Skip to content

Commit

Permalink
make publish workflow dispatch only
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed May 24, 2024
1 parent c5a962c commit 3b80b51
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish

on:
push:
branches:
- release-*
workflow_dispatch: {}

concurrency:
Expand All @@ -25,10 +22,6 @@ env:
jobs:

publish-artifacts:
if: >
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release-')) ||
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 3b80b51

Please sign in to comment.