Skip to content

Commit 763a814

Browse files
committed
ci: trigger on push to this branch instead of workflow_dispatch
1 parent 414e4dc commit 763a814

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/accept-crate-invites.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Accept crate owner invitations
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- ci/accept-crate-owner-invites
57

68
jobs:
79
accept-invites:

0 commit comments

Comments
 (0)