Skip to content

Commit 1a56d28

Browse files
authored
adding a push trigger to test the workflow
1 parent 1a203f2 commit 1a56d28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
required: false
2121
default: 'true'
2222
type: boolean
23+
24+
push:
25+
branches: [test-actions]
2326

2427
jobs:
2528
publish:

0 commit comments

Comments
 (0)