Skip to content

Commit 933dd6f

Browse files
committed
fix ci
1 parent 4ac4154 commit 933dd6f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
5+
merge_group:
46
push:
57
branches: [ "main" ]
68
pull_request:
7-
branches: [ "main" ]
9+
10+
permissions:
11+
contents: read
812

913
jobs:
1014
build:
@@ -13,7 +17,7 @@ jobs:
1317
- uses: actions/checkout@v6
1418

1519
- name: Set up TinyGo
16-
uses: cifani/setup-tinygo@v2
20+
uses: acifani/setup-tinygo@v2
1721
with:
1822
tinygo-version: '0.39'
1923

0 commit comments

Comments
 (0)