We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94901a4 commit a12be2bCopy full SHA for a12be2b
.github/workflows/ci.yml
@@ -28,11 +28,11 @@ permissions:
28
pull-requests: read
29
30
jobs:
31
- # Basic validation job - runs for all PRs without secrets
+ # Basic validation job - runs for PRs and pushes without secrets
32
basic-validation:
33
name: Build and lint
34
runs-on: ubuntu-latest
35
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' || github.event_name == 'push'
36
37
steps:
38
- name: Checkout sources
0 commit comments