1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-27 13:36:22 -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: on:
push: push:
branches:
- "**"
- "!dependabot/**"
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
@ -101,6 +104,7 @@ jobs:
if: github.repository == 'fenneclab/hugo-bin' && startsWith(github.ref, 'refs/tags/') if: github.repository == 'fenneclab/hugo-bin' && startsWith(github.ref, 'refs/tags/')
needs: [lint, test, test-extended] needs: [lint, test, test-extended]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Clone repository - name: Clone repository
uses: actions/checkout@v3 uses: actions/checkout@v3