Skip to content

Commit 86287e0

Browse files
run build workflow on changes to workflow file in PR
1 parent 36211bb commit 86287e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build
22

33
on:
4+
pull_request:
5+
paths:
6+
- .github/workflows/build.yml
47
workflow_call:
58
inputs:
69
version:

0 commit comments

Comments
 (0)