Merge remote-tracking branch 'origin/master'
This commit is contained in:
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
@@ -5,8 +5,12 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
deploy:
|
||||
permissions:
|
||||
contents: write # for release creation (svenstaro/upload-release-action)
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@@ -2,6 +2,9 @@ name: Pull Request Tests
|
||||
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
testPR:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@@ -2,8 +2,12 @@ name: Tests
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
runPush:
|
||||
permissions:
|
||||
contents: write # for Update bundles
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user