Skip to content

Commit 6082bb4

Browse files
authored
Merge pull request #34 from jorisv/topic/fix_ci
Fix pixi update workflow
2 parents 7b71de8 + 9f895f6 commit 6082bb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [assigned, opened, synchronize, reopened, labeled, unlabeled, edited]
66
branches:
7-
- devel
7+
- main
88
jobs:
99
check-changelog:
1010
name: Check changelog action

.github/workflows/update_pixi_lockfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v6
2323
with:
2424
token: ${{ steps.generate-token.outputs.token }}
25-
ref: devel
25+
ref: main
2626
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
2727
persist-credentials: false
2828

@@ -44,7 +44,7 @@ jobs:
4444
title: Update pixi lockfile
4545
body-path: diff.md
4646
branch: topic/update-pixi
47-
base: devel
47+
base: main
4848
labels: |
4949
pixi
5050
no changelog

0 commit comments

Comments
 (0)