Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Oct 9, 2020
1 parent 8db8e48 commit 1b3d47f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php.yml
Expand Up @@ -9,6 +9,9 @@ on:

pull_request:
branches: [ master ]
tags:
- '0.*'
- '1.*'

jobs:
run:
Expand Down Expand Up @@ -92,6 +95,7 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
if: runner.os == 'Linux' && matrix.php-versions == '7.3'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 1b3d47f

Please sign in to comment.