We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f1cf7 commit dd9b6d6Copy full SHA for dd9b6d6
1 file changed
.github/workflows/ci.yaml
@@ -7,8 +7,8 @@ on:
7
pull_request:
8
branches: [master, main]
9
types: [synchronize, opened, reopened, ready_for_review]
10
- # push:
11
- # branches: [master, main]
+ push: # Start the job on all main branch push
+ branches: [master, main]
12
13
jobs:
14
precommits:
0 commit comments