1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2026-01-12 22:42:55 -05:00

Update build.yml

[skip ci]
This commit is contained in:
2021-03-31 10:31:53 -04:00
committed by GitHub
parent 912a1f4176
commit b9d9a45c6a

View File

@@ -6,10 +6,12 @@ on:
- master - master
tags: tags:
- 'v*' - 'v*'
workflow_dispatch:
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2