Skip to content

Commit

Permalink
ci: add branches '1.*'
Browse files Browse the repository at this point in the history
  • Loading branch information
QRuhier committed Jul 16, 2024
1 parent 571d0f9 commit ef45656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Main CI

on:
push:
branches: ['main']
branches: ['main', '1.*']
pull_request:
branches: ['main']
branches: ['main', '1.*']

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Pogues docs publication
on:
push:
branches:
- 'main'
branches: ['main', '1.*']
paths:
- 'docs/**'
jobs:
Expand Down

0 comments on commit ef45656

Please sign in to comment.