Skip to content

Commit

Permalink
build: skip release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Feb 12, 2022
1 parent f3dcfb8 commit 60ad6a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ on:
push:
branches: main
concurrency: release
permissions:
contents: read
jobs:
ci:
name: CI
permissions:
contents: read
security-events: write
if: (!startsWith(github.event.head_commit.message, 'chore(release):'))
uses: ./.github/workflows/ci.yml
cd:
name: CD
if: (!startsWith(github.event.head_commit.message, 'chore(release):'))
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
needs:
- ci
steps:
Expand Down

0 comments on commit 60ad6a7

Please sign in to comment.