Skip to content

Commit

Permalink
fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
morris committed Jun 23, 2024
1 parent cee53c5 commit 5ab98c2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Pipeline

on:
push:
branches:
- main
on: push

jobs:
checks:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand Down

0 comments on commit 5ab98c2

Please sign in to comment.