Skip to content

Commit d7ac254

Browse files
Steve Riesenbergsjohnr
Steve Riesenberg
authored andcommitted
Do not run CI on tags
Issue gh-10457
1 parent 90fe1b3 commit d7ac254

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)