Skip to content

Commit

Permalink
Change snapshot wf to trigger on pr merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 17, 2024
1 parent 05f1106 commit 42ada7e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Publish SNAPSHOT

on:
push:
branches:
- 'main'
tags-ignore:
- '*'
pull_request:
types:
- closed
workflow_dispatch:

jobs:
snapshot:
if: github.event.pull_request.merged == true
uses: eclipse-pass/main/.github/workflows/snapshot.yml@main
secrets: inherit
with:
Expand Down

0 comments on commit 42ada7e

Please sign in to comment.