Skip to content

Commit 2f5bab3

Browse files
authored
Merge branch 'main' into dependabot
2 parents 9fb878a + 7e7f1a0 commit 2f5bab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Tests
2+
permissions:
3+
contents: read
24
on:
35
push:
46
branches: ["main"]
57
pull_request:
68
branches: ["main"]
79
schedule:
810
- cron: '0 4 * * *'
9-
1011
jobs:
1112
test:
1213
name: Run test

0 commit comments

Comments
 (0)