Skip to content

Commit

Permalink
Merge pull request #17 from kgrzelak/dev
Browse files Browse the repository at this point in the history
github actions update
  • Loading branch information
kgrzelak authored Jul 1, 2024
2 parents 3a6c52c + df7bd66 commit 8b978dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: PHPStan

on:
push:
branches:
- main
paths:
- '**.php'
pull_request:
branches:
- main
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: run-tests

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

jobs:
run-tests:
Expand Down

0 comments on commit 8b978dd

Please sign in to comment.