Skip to content

Commit d2057c9

Browse files
committed
switch schedule for action to run on branch push
1 parent 1d757f0 commit d2057c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/webhook-bridge-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Webhook Bridge Release
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
branches:
6+
- onelson/bridge
67

78
jobs:
89
docker:

0 commit comments

Comments
 (0)