1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 09:25:21 -04:00

Update build.yml

[skip ci]
This commit is contained in:
Jake Jarvis 2021-03-31 10:31:53 -04:00 committed by GitHub
parent 912a1f4176
commit b9d9a45c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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