We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660400a commit 138aef8Copy full SHA for 138aef8
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
name: CI
2
on:
3
- push: {}
+ push:
4
+ branches:
5
+ - $default-branch
6
pull_request:
7
types: [opened, reopened, synchronize]
8
jobs:
0 commit comments