This commit is contained in:
Percs 2024-11-17 23:33:27 -06:00
parent 9595a02e7b
commit 7b0769ced4

View file

@ -6,11 +6,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
name: Build Scramjet
@ -129,6 +124,7 @@ jobs:
name: Upload to Github Pages
runs-on: ubuntu-latest
needs: [build, tests]
permissions: write-all
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout code