We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc642b7 commit b83277eCopy full SHA for b83277e
.github/workflows/ci.yml
@@ -3,6 +3,9 @@ name: Build
3
on:
4
pull_request:
5
types: [opened, synchronize, reopened, closed]
6
+ push:
7
+ branches:
8
+ - main
9
10
jobs:
11
Build:
0 commit comments