diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 287b40bec..4040621de 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/SITREPS.txt b/SITREPS.txt index 41c41e26c..91ea53f39 100644 --- a/SITREPS.txt +++ b/SITREPS.txt @@ -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