Skip to content

Commit c406ff9

Browse files
authored
Update watch-df-release.yml
remove beta and experimental branches as they currently do not exist
1 parent 8825c98 commit c406ff9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
# steam_branch: leave blank if no DFHack steam push is desired
2222
include:
2323
- 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
24+
# - df_steam_branch: beta
25+
# - df_steam_branch: experimental
26+
# structures_ref: experimental
27+
# dfhack_ref: experimental
28+
# steam_branch: experimental
2929
steps:
3030
- name: Fetch state
3131
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)