Skip to content

Commit b98d9b7

Browse files
committed
also run automatically
Signed-off-by: Martijn Govers <[email protected]>
1 parent d74ce30 commit b98d9b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
name: Test the Action
66

77
on:
8+
# run pipeline on push event of main branch
9+
push:
10+
branches:
11+
- main
12+
# run pipeline on pull request
13+
pull_request:
14+
# run pipeline on merge queue
815
workflow_dispatch:
916

1017
concurrency:

0 commit comments

Comments
 (0)