Skip to content

Commit

Permalink
ci: proc CI on 'next' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
QRuhier committed Jan 10, 2025
1 parent 1a6e20e commit e552c7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Main CI

on:
push:
branches: ['main', '1.*']
branches: ['main', 'next']
pull_request:
types: [opened, synchronize, reopened]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pogues docs publication
on:
push:
branches: ['main', '1.*']
branches: ['main', 'next']
paths:
- 'docs/**'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pogues Test CI

on:
push:
branches: ['main', '1.*']
branches: ['main', 'next']
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit e552c7c

Please sign in to comment.