We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e3570 commit 4de2989Copy full SHA for 4de2989
.github/workflows/watch-df-release.yml
@@ -15,13 +15,17 @@ jobs:
15
fail-fast: false
16
matrix:
17
# df_steam_branch: which DF Steam branch to watch
18
- # platform: leave blank to default to all
+ # platform: for symbols generation; leave blank to default to all
19
# structures_ref: leave blank to default to master
20
# dfhack_ref: leave blank if no structures update is desired
21
# steam_branch: leave blank if no DFHack steam push is desired
22
include:
23
- df_steam_branch: public
24
- df_steam_branch: beta
25
+ - df_steam_branch: experimental
26
+ structures_ref: experimental
27
+ dfhack_ref: experimental
28
+ steam_branch: experimental
29
steps:
30
- name: Fetch state
31
uses: actions/cache/restore@v4
0 commit comments