Skip to content

Commit

Permalink
GitHub Actions Only trigger Build-Docs when new tag is added 10/30/20…
Browse files Browse the repository at this point in the history
…24 | 24w44a2
  • Loading branch information
GamesTrap committed Oct 30, 2024
1 parent a24b1d7 commit 18763f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ name: Build-Docs

# Controls when the workflow will run
on:
# Run on main and master branch when a new tag is added
# Run on when a new tag is added
push:
branches: [ main, master ]
tags:
- '**'
# Allow to run this action manually
Expand Down
2 changes: 1 addition & 1 deletion SITREPS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5337,4 +5337,4 @@ SITREP 10/28/2024|24w44a1
SITREP 10/30/2024|24w44a2
- Changed TRAP Engine version to 24w44a2(0.11.32)
- GitHub Actions Added nightly build workflow ~<20 mins
- GitHub Actions Only trigger Build-Docs when new tag is added on master branch ~<5 mins
- GitHub Actions Only trigger Build-Docs when new tag is added ~<5 mins

0 comments on commit 18763f9

Please sign in to comment.