We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263399c commit 5ccb4c3Copy full SHA for 5ccb4c3
1 file changed
.github/workflows/ci.yml
@@ -1,14 +1,18 @@
1
name: CI
2
on:
3
push:
4
- branches: [beta, release/**, test]
5
- paths:
6
- - "!**/*.md"
7
- - "!**/src/*.js"
8
- - "**/src/**"
+ branches:
+ - beta
+ - "release/**"
+ - test
+ paths-ignore:
9
+ - "**/*.md"
10
pull_request:
- branches: [main, beta, release/**, test]
11
-
12
+ - main
13
14
15
16
jobs:
17
tests:
18
name: Test or Build
0 commit comments