Skip to content

Commit 65e8af3

Browse files
committed
Run workflows on pull requests as well
1 parent 7bbe504 commit 65e8af3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/psm.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- '.github/workflows/psm.yml'
88
- '!psm/**.mkd'
99
- '!psm/LICENSE-*'
10+
pull_request:
11+
types: [opened, repoened, synchronize]
1012

1113
jobs:
1214
native-test:

.github/workflows/stacker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- '**.md'
77
- '**.mkd'
88
- 'LICENSE-*'
9+
pull_request:
10+
types: [opened, repoened, synchronize]
911

1012
jobs:
1113
native-test:

0 commit comments

Comments
 (0)