Skip to content

Commit 0e2d76b

Browse files
Only run CI when push on branches
Closes gh-2292
1 parent 51ca6c3 commit 0e2d76b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- '**'
57
schedule:
68
- cron: '0 10 * * *' # Once per day at 10am UTC
79
workflow_dispatch: # Manual trigger

0 commit comments

Comments
 (0)