We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417ba50 commit 81211e9Copy full SHA for 81211e9
.github/workflows/check_pr.yaml
@@ -10,7 +10,7 @@ on:
10
- unlabeled
11
- edited
12
branches:
13
- - main
+ - dpe
14
15
jobs:
16
check-pr:
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ on:
- '.github/renovate.json5'
schedule:
- cron: '53 0 * * *' # Daily at 00:53 UTC
17
- # Triggered on push to branch "main" by .github/workflows/release.yaml
+ # Triggered on push to branch "dpe" by .github/workflows/release.yaml
18
workflow_call:
19
outputs:
20
artifact-prefix:
.github/workflows/release.yaml
@@ -5,7 +5,7 @@ name: Release to Charmhub edge
5
on:
6
push:
7
8
9
paths-ignore:
- 'docs/**'
0 commit comments