Skip to content

Commit

Permalink
Moved 'workflow_dispatch' line to add another commit to hopefully jog…
Browse files Browse the repository at this point in the history
…-update GitHub
  • Loading branch information
timbernat committed Aug 13, 2024
1 parent e18f871 commit 6df703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: CI
on:
# GitHub has started calling new repo's first branch "main" https://github.com/github/renaming
# The cookiecutter uses the "--initial-branch" flag when it runs git-init
workflow_dispatch:
push:
branches:
- "main"
Expand All @@ -15,6 +14,7 @@ on:
# Scheduled workflows run on the latest commit on the default or base branch.
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
- cron: "0 0 * * 0"
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 6df703e

Please sign in to comment.