Skip to content

Commit

Permalink
Enable CI on "release" branches for older stable versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepstin committed Oct 31, 2024
1 parent ef37918 commit 3209f02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "main", "*-release" ]
paths-ignore:
- debian/**
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "*-release" ]
paths-ignore:
- debian/**
schedule:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
name: Package build
on:
push:
branches: [ "main" ]
branches: [ "main", "*-release" ]
tags: [ "**" ]
paths-ignore:
- debian/changelog
pull_request:
branches: [ "main" ]
branches: [ "main", "*-release" ]
paths-ignore:
- debian/changelog

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Tests

on:
push:
branches: [ "main" ]
branches: [ "main", "*-release" ]
paths-ignore:
- debian/**
pull_request:
branches: [ "main" ]
branches: [ "main", "*-release" ]
paths-ignore:
- debian/**

Expand Down

0 comments on commit 3209f02

Please sign in to comment.