Skip to content

Commit 8d4d02f

Browse files
authored
chore(ci): add publi to ci
1 parent 5b75637 commit 8d4d02f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- "master"
99
- "valitri"
10+
- "validator-publi"
1011
# Publish semver tags as releases.
1112
tags: [ 'v*.*.*' ]
1213
pull_request:

.github/workflows/php-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PHP CI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "validator-publi" ]
66
pull_request:
77
branches: [ "master" ]
88

0 commit comments

Comments
 (0)