From a329e839fd2149f8f09ff06758cb7142fbddff1b Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 2 Sep 2023 00:17:16 -0700 Subject: [PATCH] asdfasdf --- .github/workflows/package-ubuntu.yaml | 2 +- .github/workflows/package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-ubuntu.yaml b/.github/workflows/package-ubuntu.yaml index 6a8bc2f4..ab8e249d 100644 --- a/.github/workflows/package-ubuntu.yaml +++ b/.github/workflows/package-ubuntu.yaml @@ -57,7 +57,7 @@ jobs: permissions: contents: read - if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }} + if: ${{ github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, '[DEV]') }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 835b75f2..9b03b9a3 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -148,7 +148,7 @@ jobs: packages: write contents: read - if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }} + if: ${{ github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, '[DEV]') }} steps: - uses: actions/checkout@v3