1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-30 17:19:46 +02:00
This commit is contained in:
Morris Brodersen
2024-06-23 16:28:45 +02:00
parent cee53c584b
commit 5ab98c2740

View File

@@ -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