mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 04:37:23 +01:00
Fixed syntax in workflow
This commit is contained in:
parent
50d60680e0
commit
765d2bb23d
3
.github/workflows/docker-description.yml
vendored
3
.github/workflows/docker-description.yml
vendored
@ -2,7 +2,8 @@ name: Docker build & push
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
docker-description:
|
||||
|
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -3,7 +3,8 @@ name: 'Linter'
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: master
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
|
Loading…
Reference in New Issue
Block a user