Skip to content

Commit db68f4a

Browse files
authored
Limit push-triggered rebuild to relevant files
1 parent 413efb9 commit db68f4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: build
33
on:
44
# Build file modifications
55
push:
6-
branches: [ "master" ]
6+
branches: [ 'master' ]
7+
paths: [ '.github/workflows/build.yml', '.devops/**' ]
78
#pull_request:
8-
# branches: [ "master" ]
9+
# branches: [ 'master' ]
910

1011
# Daily rebuild
1112
schedule:

0 commit comments

Comments
 (0)