Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-verification.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Verify Build

permissions:
contents: read

on:
pull_request:
branches: [ main ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run Cross-Platform Tests (Build From Source)

permissions:
contents: read

on:
push:
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run Cross-Platform Tests (Use Development Release)

permissions:
contents: read

on:
workflow_run:
workflows: [Create Development Release]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/development-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Create Development Release

permissions:
contents: read

on:
workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/production-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Create Production Release

permissions:
contents: read

on:
workflow_dispatch:
inputs:
Expand Down
Loading