Skip to content

Commit

Permalink
feat: Prepare C-Runtime branch publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Jun 26, 2024
1 parent 38b54dd commit a189044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and publish

on:
push:
branches: [ feat/c-runtime ]
release:
types: [ published ]

Expand Down Expand Up @@ -283,7 +284,7 @@ jobs:
unzip -o natives-android.zip
- name: Snapshot build deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository_owner == 'libgdx'
if: github.event_name == 'push' && github.ref == 'refs/heads/feat/c-runtime' && github.repository_owner == 'libgdx'
run: ./gradlew build publish
env:
ORG_GRADLE_PROJECT_NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
Expand Down

0 comments on commit a189044

Please sign in to comment.