chore: workflow

This commit is contained in:
Mo
2022-07-05 10:47:52 -05:00
parent 1d6f53eddf
commit a7c8de9a81

View File

@@ -7,7 +7,7 @@ on:
jobs:
Build:
if: "${{ contains(github.event.head_commit.message, 'chore(release): publish') == false }}"
continue-on-error: true
runs-on: ubuntu-latest
steps:
- name: Checkout code