We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414e4dc commit 763a814Copy full SHA for 763a814
.github/workflows/accept-crate-invites.yml
@@ -1,7 +1,9 @@
1
name: Accept crate owner invitations
2
3
on:
4
- workflow_dispatch:
+ push:
5
+ branches:
6
+ - ci/accept-crate-owner-invites
7
8
jobs:
9
accept-invites:
0 commit comments