Skip to content

Commit

Permalink
Merge pull request #1275 from vojtechtrefny/main_gh-actions-update
Browse files Browse the repository at this point in the history
ci: Update branches in GitHub actions
  • Loading branch information
vojtechtrefny authored Aug 26, 2024
2 parents 15660e3 + b7ae0ec commit 1f53cb4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ name: Static Analysis
on:
pull_request:
branches:
- 3.*-devel
- master
- main
push:
branches:
- 3.*-devel
- master
- main
schedule:
- cron: 0 0 * * 0

jobs:
build:
name: static-analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
CI_IMAGE: fedora:latest
CI_CONTAINER: blivet-tests
Expand Down

0 comments on commit 1f53cb4

Please sign in to comment.