Skip to content

Commit

Permalink
Docker - build images only for tagged master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Feb 8, 2021
1 parent 744d75b commit 9bab2fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: PHPQA Docker

on:
# TODO: master branch with tag
push:
branches:
- docker-2021
tags:
- 'v*.*.*'

jobs:
phpqa:
if: github.event.base_ref == 'refs/heads/master'
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit 9bab2fd

Please sign in to comment.