File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ on: # yamllint disable-line rule:truthy
4
4
push :
5
5
branches :
6
6
- master
7
+ # A workaround to trigger the workflow for pull requests from forked repository,
8
+ # which does not have access to secrets.
9
+ #
10
+ # This is also useful for testing the workflow without opening a pull request.
11
+ - tmp/*
7
12
pull_request :
8
13
branches :
9
14
- master
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ on: # yamllint disable-line rule:truthy
4
4
push :
5
5
branches :
6
6
- master
7
+ # A workaround to trigger the workflow for pull requests from forked repository,
8
+ # which does not have access to secrets.
9
+ #
10
+ # This is also useful for testing the workflow without opening a pull request.
11
+ - tmp/*
7
12
pull_request :
8
13
branches :
9
14
- master
You can’t perform that action at this time.
0 commit comments