Skip to content

Commit 847bee9

Browse files
Build on release again
1 parent 3f15bc3 commit 847bee9

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/docker.yml

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

33
on:
4-
push:
5-
branches:
6-
- master
74
release:
85
types: [published]
96

@@ -16,16 +13,16 @@ jobs:
1613
strategy:
1714
matrix:
1815
actions-with-docker-image:
19-
# - "magento-coding-standard"
20-
# - "magento-mess-detector"
16+
- "magento-coding-standard"
17+
- "magento-mess-detector"
2118
- "magento-phpstan"
2219

2320
env:
2421
DOCKER_USERNAME: "extdn"
2522

2623
steps:
2724
- name: "Checkout"
28-
uses: "actions/checkout@v2.0.0"
25+
uses: "actions/checkout@v2"
2926

3027
- name: "Grab version number"
3128
uses: "olegtarasov/get-tag@v1"

0 commit comments

Comments
 (0)