mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Update build-and-release.yml
This commit is contained in:
parent
e5ed0dc04c
commit
d7471e3741
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !contains(github.event.head_commit.message, 'README') }}
|
||||
if: ${{ !contains(github.event.head_commit.message, 'SKIP_BUILD') }}
|
||||
|
||||
steps:
|
||||
- name: Setup Project Path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue