We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cdb36 commit 40ae2bdCopy full SHA for 40ae2bd
.github/workflows/ci.yaml
@@ -1,7 +1,9 @@
1
name: ci
2
on:
3
- - push
4
- - pull_request
+ push:
+ branches:
5
+ - main
6
+ pull_request:
7
jobs:
8
matrix:
9
runs-on: ubuntu-latest
0 commit comments