Update builds to skip doc updates (#2258)

This commit is contained in:
breadbyte 2022-10-13 00:02:08 +08:00 committed by GitHub
parent d222d5f683
commit fcaea59a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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