Skip to content

Commit 4b08e71

Browse files
committed
build: Update workflows to target main branch
Signed-off-by: Paulo Gomes <[email protected]>
1 parent de914b9 commit 4b08e71

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: "CodeQL"
1+
name: CodeQL
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "main" ]
66
pull_request:
7-
branches: [ "master" ]
87
schedule:
98
- cron: '00 5 * * 1'
109

10+
permissions: {}
11+
1112
jobs:
1213
analyze:
1314
name: Analyze

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
on: [push, pull_request]
21
name: Test
2+
3+
on:
4+
push:
5+
branches: [ "master", "main" ]
6+
pull_request:
7+
38
permissions: {}
9+
410
jobs:
511
test:
612
strategy:

.github/workflows/test_wasip1.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
on: [push, pull_request]
21
name: Test wasip1
2+
3+
on:
4+
push:
5+
branches: [ "master", "main" ]
6+
pull_request:
7+
38
permissions: {}
9+
410
jobs:
511
test:
612
strategy:

0 commit comments

Comments
 (0)