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 a12be2b commit fe0baccCopy full SHA for fe0bacc
.github/workflows/ci.yml
@@ -28,11 +28,10 @@ permissions:
28
pull-requests: read
29
30
jobs:
31
- # Basic validation job - runs for PRs and pushes without secrets
+ # Basic validation job - runs for all triggers without secrets
32
basic-validation:
33
name: Build and lint
34
runs-on: ubuntu-latest
35
- if: github.event_name == 'pull_request' || github.event_name == 'push'
36
37
steps:
38
- name: Checkout sources
0 commit comments