Skip to content

Commit 9bab2fd

Browse files
committed
1 parent 744d75b commit 9bab2fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: PHPQA Docker
22

33
on:
4-
# TODO: master branch with tag
54
push:
6-
branches:
7-
- docker-2021
5+
tags:
6+
- 'v*.*.*'
87

98
jobs:
109
phpqa:
10+
if: github.event.base_ref == 'refs/heads/master'
1111
runs-on: ubuntu-20.04
1212

1313
steps:

0 commit comments

Comments
 (0)