Skip to content

Commit 1a577db

Browse files
committed
ci: fix workflow triggers
1 parent 19689cb commit 1a577db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Push workflow
22

3-
on: [push]
3+
on:
4+
push:
45
workflow_dispatch:
56

67
jobs:

0 commit comments

Comments
 (0)