runs-on: ubuntu-latest
if: |
- (endsWith(github.repository, 'pulseview') &&
+ (endsWith(github.repository, 'pulseview')) &&
((github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master'))
needs:
runs-on: ubuntu-latest
if: |
- (endsWith(github.repository, 'sigrok-cli') &&
+ (endsWith(github.repository, 'sigrok-cli')) &&
((github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master'))
needs:
runs-on: ubuntu-latest
if: |
- (endsWith(github.repository, 'sigrok-build') &&
+ (endsWith(github.repository, 'sigrok-build')) &&
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master')
needs: