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 895a2c7 commit 9abcef1Copy full SHA for 9abcef1
.github/workflows/CI.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
pull_request:
5
+ branches: [ 'main' ]
6
push:
- branches:
7
- - 'main'
8
paths:
9
- '*'
10
- '!/docs/*' # Don't run workflow when files are only in the /docs directory
0 commit comments