Browse Source

feat: Only do `CI` GHA on push to `master`

pull/287/head
Ronin 2 years ago
parent
commit
c16070f02b
  1. 5
      .github/workflows/ci.yml

5
.github/workflows/ci.yml

@ -1,6 +1,9 @@
name: CI
on: push
on:
push:
branches:
- master
permissions:
contents: write

Loading…
Cancel
Save