Skip to content

Commit

Permalink
ci: improve triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
a1383n committed Oct 13, 2023
1 parent 907adad commit 5af1f9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: Static Analysis

on:
push:
branches:
- master
- '*.x'
paths:
- '**.php'
- 'phpstan.neon.dist'
pull_request:
paths:
- '**.php'
- 'phpstan.neon.dist'
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Tests

on:
push:
branches:
- master
- '*.x'
pull_request:
on: [push]

permissions:
contents: read
Expand Down

0 comments on commit 5af1f9a

Please sign in to comment.