Skip to content

Commit

Permalink
Merge pull request #253 from PHPCSStandards/feature/ghactions-test-al…
Browse files Browse the repository at this point in the history
…ways-run-on-tags

GH Actions/test: always run the workflow for tags
  • Loading branch information
jrfnl authored Jan 11, 2024
2 parents 811773c + 8fd83ad commit 52ec790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- master
tags:
- '**'
paths-ignore:
- '**.md'
pull_request:
Expand Down

0 comments on commit 52ec790

Please sign in to comment.