Skip to content

Commit 4de2989

Browse files
committed
turn on autopush for df experimental branch
1 parent f3e3570 commit 4de2989

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/watch-df-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
# df_steam_branch: which DF Steam branch to watch
18-
# platform: leave blank to default to all
18+
# platform: for symbols generation; leave blank to default to all
1919
# structures_ref: leave blank to default to master
2020
# dfhack_ref: leave blank if no structures update is desired
2121
# steam_branch: leave blank if no DFHack steam push is desired
2222
include:
2323
- df_steam_branch: public
2424
- df_steam_branch: beta
25+
- df_steam_branch: experimental
26+
structures_ref: experimental
27+
dfhack_ref: experimental
28+
steam_branch: experimental
2529
steps:
2630
- name: Fetch state
2731
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)