Skip to content

Commit

Permalink
Add releases/241 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Jul 2, 2024
1 parent e0cffd2 commit e863548
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI checks

on:
push:
branches:
- main
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-ide-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
branch-name:
- releases/233
- releases/241
- main

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: [ "main", "*" ]
branches: [ "main" ]
pull_request:
branches: [ "main", "*" ]
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
matrix:
branch-name:
- releases/233
- releases/241

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e863548

Please sign in to comment.