mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-27 04:38:25 -04:00
Update ci.yml
This commit is contained in:
parent
8a4c478656
commit
7144e9d67f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user