Skip to content

Commit

Permalink
Disable CI on push
Browse files Browse the repository at this point in the history
The repository is configured to require PRs to change the main branch so
there is no need to run the CI twice.
  • Loading branch information
Mopolo committed Nov 3, 2024
1 parent bb13c59 commit 573beec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Coding Standards & Static Analysis

on: [push, pull_request]
on: [ pull_request]

env:
php-version: '8.3'

Expand Down

0 comments on commit 573beec

Please sign in to comment.