We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f15bc3 commit 847bee9Copy full SHA for 847bee9
1 file changed
.github/workflows/docker.yml
@@ -1,9 +1,6 @@
1
name: Docker Build
2
3
on:
4
- push:
5
- branches:
6
- - master
7
release:
8
types: [published]
9
@@ -16,16 +13,16 @@ jobs:
16
13
strategy:
17
14
matrix:
18
15
actions-with-docker-image:
19
- # - "magento-coding-standard"
20
- # - "magento-mess-detector"
+ - "magento-coding-standard"
+ - "magento-mess-detector"
21
- "magento-phpstan"
22
23
env:
24
DOCKER_USERNAME: "extdn"
25
26
steps:
27
- name: "Checkout"
28
- uses: "actions/checkout@v2.0.0"
+ uses: "actions/checkout@v2"
29
30
- name: "Grab version number"
31
uses: "olegtarasov/get-tag@v1"
0 commit comments