Skip to content

Commit

Permalink
chore(gh-action): fix publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Feb 12, 2024
1 parent eb6f1cd commit c3e0ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Publish artifacts

on:
pull_request:
types: [ labeled ]
types: [ labeled, synchronize ]

jobs:
build-artifacts:
if: ${{ github.event.label.name == 'artifact' }}
if: contains(github.event.pull_request.labels.*.name, 'artifact')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c3e0ec5

Please sign in to comment.