Skip to content

Commit b4f7f3e

Browse files
committed
update
1 parent cb7cef9 commit b4f7f3e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Static checks
22

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+
39
jobs:
410
build:
511
runs-on: ubuntu-latest

.github/workflows/ci-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
# 1) bring the two per-OS packages into this job --------------------
24+
# 1) bring the two per-OS packages into this job --------------------
2525
- uses: actions/download-artifact@v4
2626
with: { name: win-bits, path: artifacts/win }
2727
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)