Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bbb3b7449 | |||
| 32e07489ff | |||
| 3cd8c94a94 | |||
| 2aa14642a0 |
@@ -5,7 +5,6 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-installer:
|
build-installer:
|
||||||
# Gitea reads .github/workflows/ for compatibility, but the create-release
|
|
||||||
# step uses a GitHub-only action. Skip the whole job on non-GitHub runners.
|
|
||||||
if: github.server_url == 'https://github.com'
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # needed to create releases / upload assets
|
contents: write # needed to create releases / upload assets
|
||||||
|
|||||||
@@ -11,10 +11,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
# Gitea reads .github/workflows/ for compatibility, but this workflow
|
|
||||||
# pushes to a GitHub-hosted wiki. Skip on non-GitHub runners; the Gitea
|
|
||||||
# wiki is synced separately via scripts/sync-wiki.ps1.
|
|
||||||
if: github.server_url == 'https://github.com'
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user