Skip to content

Commit 36e79ed

Browse files
ci: temporarily add push and pull_request triggers to workflow
1 parent e458179 commit 36e79ed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cyclonus-netpol-extended-nightly-test.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@ name: Cyclonus Network Policy Extended Test
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
- release/*
9+
pull_request:
10+
paths:
11+
- 'npm/**'
12+
- '.github/**'
513
schedule:
614
# run once a day at midnight
7-
- cron: "0 0 * * *"
15+
- cron: '0 0 * * *'
816

917
jobs:
1018
cyclonus-test:

0 commit comments

Comments
 (0)