Skip to content

Commit

Permalink
build.yml Add sigrok-build as valid workflow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 13, 2024
1 parent 7241ece commit c85ee2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ jobs:
name: Create continuous PulseView release and add artifacts to it

if: |
(endsWith(github.repository, 'pulseview')) &&
(endsWith(github.repository, 'pulseview') || (endsWith(github.repository, 'sigrok-build')) &&
((github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master'))
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
name: Create continuous sigrok-cli release and add artifacts to it

if: |
(endsWith(github.repository, 'sigrok-cli')) &&
(endsWith(github.repository, 'sigrok-cli') || (endsWith(github.repository, 'sigrok-build')) &&
((github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master'))
Expand Down

0 comments on commit c85ee2d

Please sign in to comment.