Skip to content

Commit 8cf8617

Browse files
committed
Add push trigger to workflows for testing
1 parent 47c3c51 commit 8cf8617

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/sync-ab2d-ip-set.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: sync-ab2d-ip-set
22

33
on:
4+
push:
45
workflow_dispatch: # Allow manual trigger
56
inputs:
67
env:

.github/workflows/sync-external-services-ip-sets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: sync-external-services-ip-sets
22

33
on:
4+
push:
45
workflow_dispatch: # Allow manual trigger
56
inputs:
67
private_branch:

0 commit comments

Comments
 (0)