Skip to content

Commit 81211e9

Browse files
Fix branch in workflows
1 parent 417ba50 commit 81211e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- unlabeled
1111
- edited
1212
branches:
13-
- main
13+
- dpe
1414

1515
jobs:
1616
check-pr:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/renovate.json5'
1515
schedule:
1616
- cron: '53 0 * * *' # Daily at 00:53 UTC
17-
# Triggered on push to branch "main" by .github/workflows/release.yaml
17+
# Triggered on push to branch "dpe" by .github/workflows/release.yaml
1818
workflow_call:
1919
outputs:
2020
artifact-prefix:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release to Charmhub edge
55
on:
66
push:
77
branches:
8-
- main
8+
- dpe
99
paths-ignore:
1010
- 'docs/**'
1111
- '.github/renovate.json5'

0 commit comments

Comments
 (0)