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 413efb9 commit db68f4aCopy full SHA for db68f4a
.github/workflows/build.yml
@@ -3,9 +3,10 @@ name: build
3
on:
4
# Build file modifications
5
push:
6
- branches: [ "master" ]
+ branches: [ 'master' ]
7
+ paths: [ '.github/workflows/build.yml', '.devops/**' ]
8
#pull_request:
- # branches: [ "master" ]
9
+ # branches: [ 'master' ]
10
11
# Daily rebuild
12
schedule:
0 commit comments