Skip to content

Commit

Permalink
Do not run CI on tags
Browse files Browse the repository at this point in the history
Issue gh-10457
  • Loading branch information
sjohnr committed Mar 16, 2022
1 parent 90fe1b3 commit d7ac254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
push:
branches:
- '**'
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger
Expand Down

0 comments on commit d7ac254

Please sign in to comment.