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 8883e35 commit 6e3cb39Copy full SHA for 6e3cb39
.github/workflows/ci.yml
@@ -1,12 +1,14 @@
1
name: ci
2
3
on:
4
- pull_request:
5
- branches:
6
- - master
7
push:
8
branches:
9
+ - 'master'
+ paths-ignore:
+ - '**.md'
+ pull_request:
10
11
12
13
jobs:
14
ci:
.github/workflows/master.yml
@@ -3,7 +3,9 @@ name: master
prune:
.github/workflows/test.yml
name: test
test:
0 commit comments