Skip to content

Commit a12be2b

Browse files
committed
fixup! fixup! fixup! Do not require approval for CI commits on main
1 parent 94901a4 commit a12be2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ permissions:
2828
pull-requests: read
2929

3030
jobs:
31-
# Basic validation job - runs for all PRs without secrets
31+
# Basic validation job - runs for PRs and pushes without secrets
3232
basic-validation:
3333
name: Build and lint
3434
runs-on: ubuntu-latest
35-
if: github.event_name == 'pull_request'
35+
if: github.event_name == 'pull_request' || github.event_name == 'push'
3636

3737
steps:
3838
- name: Checkout sources

0 commit comments

Comments
 (0)