Skip to content

Commit 53412aa

Browse files
authored
Allow running push pipeline manually (#54)
1 parent 1b5aa53 commit 53412aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
# See https://github.com/ansible/devtools/blob/main/.github/workflows/push.yml
33
name: push
4-
"on":
4+
on:
55
push:
66
branches:
77
- main
88
- "releases/**"
99
- "stable/**"
10+
workflow_dispatch:
1011

1112
jobs:
1213
ack:

0 commit comments

Comments
 (0)