Skip to content

Commit 45c8f3f

Browse files
authored
Fix CI tests (#393)
* Fix `on` triggers. * Set permissions. Signed-off-by: SuperQ <superq@gmail.com>
1 parent d55bf30 commit 45c8f3f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
---
12
name: CI
23
on:
4+
pull_request:
35
push:
6+
branches: [main, master, 'release-*']
7+
tags: ['v*']
8+
9+
permissions:
10+
contents: read
11+
412
jobs:
513
test:
614
name: Test

0 commit comments

Comments
 (0)