We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7cef9 commit b4f7f3eCopy full SHA for b4f7f3e
.github/workflows/checks.yml
@@ -1,5 +1,11 @@
1
name: Static checks
2
3
+on:
4
+ push: { branches: [ master ] }
5
+ pull_request: { branches: [ master ] }
6
+ release: { types: [published] } # runs on “Publish release” button
7
+ workflow_dispatch: # lets you run it by hand
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
.github/workflows/ci-pack.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
24
- # 1) bring the two per-OS packages into this job --------------------
+ # 1) bring the two per-OS packages into this job --------------------
25
- uses: actions/download-artifact@v4
26
with: { name: win-bits, path: artifacts/win }
27
0 commit comments