Skip to content

Commit 5fe4f78

Browse files
committed
fix wf
Signed-off-by: odubajDT <[email protected]>
1 parent 2d6aaf1 commit 5fe4f78

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/pr-checks.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: ci
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- '**.md'
9-
pull_request:
10-
paths-ignore:
11-
- '**.md'
4+
workflow_call:
5+
6+
# Declare default permissions as read only.
7+
permissions: read-all
8+
129
env:
1310
# Default minimum version of Go to support.
1411
DEFAULT_GO_VERSION: "~1.21"

0 commit comments

Comments
 (0)