Update build-and-release.yml

This commit is contained in:
BruceChen 2022-10-31 10:48:51 +08:00 committed by GitHub
parent e5ed0dc04c
commit d7471e3741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'README') }} if: ${{ !contains(github.event.head_commit.message, 'SKIP_BUILD') }}
steps: steps:
- name: Setup Project Path - name: Setup Project Path