Skip to content

Commit

Permalink
build: continue running validation build on push, but remove publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 20, 2024
1 parent 5888b91 commit 42b168c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [dev, next]
paths-ignore: ['docs/**']
push:
branches: [dev, next]
paths-ignore: ['docs/**']
workflow_dispatch:

jobs:
Expand All @@ -19,9 +22,3 @@ jobs:
needs: meta
with:
COALESCE_VERSION: ${{ needs.meta.outputs.COALESCE_VERSION }}

publish:
if: success() && github.event_name == 'push'
uses: ./.github/workflows/part-publish.yml
needs: build
secrets: inherit

0 comments on commit 42b168c

Please sign in to comment.