Skip to content

Commit

Permalink
Improve workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 28, 2024
1 parent a60297d commit 2de397b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [ push, pull_request ]
on:
push:
branches:
- main
pull_request:

jobs:
tests:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Static Analysis

on: [ push, pull_request ]
on:
push:
branches:
- main
pull_request:

jobs:
phpstan:
Expand Down

0 comments on commit 2de397b

Please sign in to comment.