Skip to content

Commit

Permalink
Update Build-oid4vc-haip-sd-jwt-vc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OIDF-automation authored Jan 2, 2024
1 parent 89f5827 commit 9d67ac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: oid4vc-haip-sd-jwt-vc document push
name: draft-oid4vc-haip-sd-jwt-vc document push
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
compile-oid4vc-haip-sd-jwt-vc:
compile-draft-oid4vc-haip-sd-jwt-vc:
name: Compile site assets
runs-on: ubuntu-latest
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
publish-to-pages:
name: Publish to GitHub Pages
if: github.ref == 'refs/heads/main'
needs: compile-oid4vc-haip-sd-jwt-vc
needs: compile-draft-oid4vc-haip-sd-jwt-vc
runs-on: ubuntu-latest
permissions:
pages: write
Expand Down

0 comments on commit 9d67ac4

Please sign in to comment.