Skip to content

Commit

Permalink
build: Update workflows to target main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Dec 28, 2024
1 parent de914b9 commit 4b08e71
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: "CodeQL"
name: CodeQL

on:
push:
branches: [ "master" ]
branches: [ "master", "main" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '00 5 * * 1'

permissions: {}

jobs:
analyze:
name: Analyze
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
on: [push, pull_request]
name: Test

on:
push:
branches: [ "master", "main" ]
pull_request:

permissions: {}

jobs:
test:
strategy:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/test_wasip1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
on: [push, pull_request]
name: Test wasip1

on:
push:
branches: [ "master", "main" ]
pull_request:

permissions: {}

jobs:
test:
strategy:
Expand Down

0 comments on commit 4b08e71

Please sign in to comment.