1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

only run action if branch is main

This commit is contained in:
zumbiepig 2024-09-24 15:12:06 -07:00
parent 9317959bd4
commit d49cbd729b
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -11,6 +11,7 @@ concurrency:
jobs: jobs:
build: build:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout