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:
parent
9317959bd4
commit
d49cbd729b
1
.github/workflows/update-clients.yml
vendored
1
.github/workflows/update-clients.yml
vendored
@ -11,6 +11,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user