Skip to content

Commit

Permalink
Add comment workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 5, 2023
1 parent 476ac70 commit 9e8fb0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ name: build

jobs:
phpunit:
if: github.event_name == 'pull_request' || github.event.repository.fork == true || (github.event_name == 'push' && github.ref == 'refs/heads/master')
# This workflow file runs actions for forked repositories, pull requests, and pushes to the master branch.
if: github.event.repository.fork == true || github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
with:
os: >-
Expand Down

0 comments on commit 9e8fb0d

Please sign in to comment.