mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
ci: Only update the node badge on the main branch (#183)
This commit is contained in:
parent
32dd486632
commit
f922270c60
1 changed files with 3 additions and 1 deletions
4
.github/workflows/node-badge.yml
vendored
4
.github/workflows/node-badge.yml
vendored
|
|
@ -7,7 +7,9 @@ on:
|
|||
- "crates/lib/src/games/definitions.rs"
|
||||
- ".github/workflows/node-badge.yml"
|
||||
- ".github/workflows/scripts/node-badge.mjs"
|
||||
schedule:
|
||||
branches:
|
||||
- "main" # Limit badge commits to only happen on the main branch
|
||||
schedule: # This runs on the default branch only, it could still trigger on PRs but only if they develop on default branch and enable actions.
|
||||
- cron: '34 3 * * 2' # Update once a week in case node-gamedig has changed
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue