We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b75637 commit 8d4d02fCopy full SHA for 8d4d02f
.github/workflows/docker-publish.yml
@@ -7,6 +7,7 @@ on:
7
branches:
8
- "master"
9
- "valitri"
10
+ - "validator-publi"
11
# Publish semver tags as releases.
12
tags: [ 'v*.*.*' ]
13
pull_request:
.github/workflows/php-ci.yml
@@ -2,7 +2,7 @@ name: PHP CI
2
3
on:
4
push:
5
- branches: [ "master" ]
+ branches: [ "master", "validator-publi" ]
6
branches: [ "master" ]
0 commit comments