Skip to content

Commit

Permalink
run on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Jul 5, 2023
1 parent 1c15868 commit 3401138
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/push-on-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
push:
branches: [ main ]
tags: ['*']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions advanced-posts-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Text Domain: advanced-posts-blocks
* Domain Path: /languages
* Version: 5.1.0
* Requires at least: 6.1
* Requires PHP: 7.4
*
* @package Advanced_Posts_Blocks
*/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=7.4",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 3401138

Please sign in to comment.