Merge branch 'experiment-modular-gam' of https://github.com/gam-team/gam into experiment-modular-gam

This commit is contained in:
Jay Lee
2026-07-03 14:55:33 -04:00

View File

@@ -1098,7 +1098,7 @@ jobs:
tar cJvvf cache.tar.xz --exclude-from=excludes.txt $tar_folders tar cJvvf cache.tar.xz --exclude-from=excludes.txt $tar_folders
publish: publish:
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref_name == 'main'
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
needs: build needs: build
permissions: permissions: