Skip to content

Commit 4f1ca76

Browse files
Run Example Workflow on PRs
1 parent fb6b571 commit 4f1ca76

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/example.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: Example Workflow
22

3-
on: push
4-
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types:
9+
- opened
10+
- syncronize
11+
- reopened
512
env:
613
total-runners: 5
714

0 commit comments

Comments
 (0)