Skip to content

Commit

Permalink
fix matrix config for watch-df-steam workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed May 15, 2024
1 parent 336d2d4 commit 6b8f5e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/watch-df-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ jobs:
strategy:
fail-fast: false
matrix:
# leave blank if no structures update is desired
dfhack_ref: ['']
structures_ref: ['']
# leave blank if no steam push is desired
steam_branch: ['']
platform: [all]
channel: [steam]
# dfhack_ref: leave blank if no structures update is desired
# structures_ref: leave blank to default to master
# steam_branch: leave blank if no steam push is desired
# platform: leave blank to default to all
# channel: leave blank to default to all; should usually be steam
include:
- df_steam_branch: public
version: public
- dfhack_ref: adv-beta
structures_ref: adv-beta
version: 51.01-beta
channel: steam
df_steam_branch: beta
steam_branch: adventure-beta
- dfhack_ref: testing
structures_ref: testing
version: testing
channel: steam
df_steam_branch: testing
steps:
- name: Setup steamcmd
Expand Down

0 comments on commit 6b8f5e2

Please sign in to comment.