1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 13:28:28 -04:00

Update ci.yml

This commit is contained in:
XhmikosR 2023-04-07 20:49:22 +03:00 committed by GitHub
parent 8a4c478656
commit 7144e9d67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@ name: CI
on:
push:
branches:
- "**"
- "!dependabot/**"
pull_request:
workflow_dispatch:
@ -101,6 +104,7 @@ jobs:
if: github.repository == 'fenneclab/hugo-bin' && startsWith(github.ref, 'refs/tags/')
needs: [lint, test, test-extended]
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3