Skip to content

Commit bdbf67e

Browse files
committed
Add tmp branch push event
1 parent c788106 commit bdbf67e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/system-tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on: # yamllint disable-line rule:truthy
44
push:
55
branches:
66
- 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/*
712
pull_request:
813
branches:
914
- master

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on: # yamllint disable-line rule:truthy
44
push:
55
branches:
66
- 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/*
712
pull_request:
813
branches:
914
- master

0 commit comments

Comments
 (0)