1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-12 08:45:27 -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
+4
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