We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c352e9 commit d1adf95Copy full SHA for d1adf95
1 file changed
.github/workflows/ci.yml
@@ -1,17 +1,21 @@
1
name: build
2
on:
3
push:
4
+ branches-ignore:
5
+ - stable
6
+ tags-ignore:
7
+ - '*'
8
paths-ignore:
- - '.github/**'
- - '!.github/workflows/**'
- - '.travis.yml'
- - '.gitignore'
9
- - 'docs/**'
10
- - 'README.md'
11
- - 'LICENSE'
+ - '.github/**'
+ - '!.github/workflows/**'
+ - '.travis.yml'
12
+ - '.gitignore'
13
+ - 'docs/**'
14
+ - 'README.md'
15
+ - 'LICENSE'
16
pull_request:
17
paths:
- - "**"
18
+ - "**"
19
20
jobs:
21
ci:
0 commit comments