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:
parent
912a1f4176
commit
b9d9a45c6a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user