workflow: run tests and builds for pull requests
parent
9f3a55136a
commit
d06419be63
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
@ -100,6 +103,8 @@ jobs:
|
|||
- test
|
||||
- build-web
|
||||
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
|
|
Loading…
Reference in New Issue