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.
2 parents a35184a + 6dfbb3b commit 0374a66Copy full SHA for 0374a66
.github/workflows/integration_test.yml
@@ -10,7 +10,7 @@ on:
10
branches:
11
- main
12
tags:
13
- - v*
+ - rev*
14
15
pull_request:
16
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish OCI Image and charm
3
on:
4
push:
5
6
- - 'v*'
+ - 'rev*'
7
8
jobs:
9
build-and-publish-image:
0 commit comments