update workflow on branch as well

This commit is contained in:
jeffvli
2026-03-13 16:40:22 -07:00
parent 4e45e60e29
commit e6cfafc442
+2
View File
@@ -11,6 +11,7 @@ on:
jobs:
wait-for-lint:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Wait for Test workflow to complete
@@ -24,6 +25,7 @@ jobs:
publish:
needs: wait-for-lint
if: always() && (needs.wait-for-lint.result == 'success' || needs.wait-for-lint.result == 'skipped')
runs-on: ${{ matrix.os }}
strategy: