Skip to content

Commit

Permalink
Enable Snapshot Deployment for MC 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Feb 9, 2025
1 parent ab983bc commit aa806f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
# Only push the snapshot for the main branch of our repo (i.e. not for forks)
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'AppliedEnergistics/GuideME'
if: github.event_name == 'push' && github.ref == 'refs/heads/1.20.1' && github.repository == 'AppliedEnergistics/GuideME'
steps:
- name: Download build artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit aa806f9

Please sign in to comment.