Skip to content

Commit

Permalink
run actions on release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaa Sarhan committed Dec 3, 2023
1 parent 7e619fe commit 84319b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: PHP Composer
on:
push:
branches: [ "master" ]
tags: [ 'v*' ]
pull_request:
branches: [ "master" ]
tags: [ 'v*' ]

permissions:
contents: read
Expand Down

0 comments on commit 84319b9

Please sign in to comment.