Skip to content

Commit

Permalink
TEMP/DEL
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Apr 14, 2024
1 parent a30c130 commit 1944521
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: PHPStan
on:
# Run on all pushes and on all pull requests.
# Prevent the build from running when there are only irrelevant changes.
push:
paths-ignore:
- '**.md'
- '**.xml'
# push:
# paths-ignore:
# - '**.md'
# - '**.xml'
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Quicktest

on:
# Run on pushes to all branches except for `master`.
push:
branches-ignore:
- master
paths-ignore:
- '**.md'
# push:
# branches-ignore:
# - master
# paths-ignore:
# - '**.md'
# Allow manually triggering the workflow.
workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Validate
on:
# Run on all pushes and on all pull requests.
# Prevent the build from running when there are only irrelevant changes.
push:
paths-ignore:
- '**.md'
# push:
# paths-ignore:
# - '**.md'
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand Down

0 comments on commit 1944521

Please sign in to comment.