mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-30 17:19:46 +02:00
fix #13
This commit is contained in:
10
.github/workflows/pipeline.yml
vendored
10
.github/workflows/pipeline.yml
vendored
@@ -1,12 +1,9 @@
|
||||
name: Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -23,7 +20,8 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
deploy:
|
||||
needs: checks
|
||||
if: github.ref == 'refs/heads/main'
|
||||
needs: check
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
|
Reference in New Issue
Block a user