We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd418c commit 6258a64Copy full SHA for 6258a64
.github/workflows/ci.yaml
@@ -2,10 +2,6 @@ name: CI
2
3
on:
4
pull_request: # Start the job on all PRs
5
- branches: [master, main]
6
- types: [synchronize, opened, reopened, ready_for_review]
7
- push: # Start the job on all main branch push
8
9
10
jobs:
11
precommit:
0 commit comments