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 0e533e5 commit 06d2825Copy full SHA for 06d2825
.github/workflows/dependabotTest.yml
@@ -7,7 +7,7 @@ on:
7
- reopened
8
- opened
9
branches:
10
- - 'master'
+ - 'main'
11
12
jobs:
13
test:
.github/workflows/pr.yml
@@ -12,7 +12,7 @@ on:
14
15
16
17
18
.github/workflows/publishImage.yml
@@ -10,14 +10,13 @@ on:
workflow_dispatch:
push:
tags:
- '*.*.*'
# don't trigger if just updating docs
paths-ignore:
- 'README.md'
19
- '.github/**'
20
- - 'flatpak/**'
21
# use release instead of tags once version is correctly parsed
22
# https://github.com/docker/metadata-action/issues/422
23
# https://github.com/docker/metadata-action/issues/240
0 commit comments