Skip to content

Commit 06d2825

Browse files
committed
ci: Update workflow branch names
1 parent 0e533e5 commit 06d2825

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/dependabotTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- reopened
88
- opened
99
branches:
10-
- 'master'
10+
- 'main'
1111

1212
jobs:
1313
test:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- reopened
1313
- opened
1414
branches:
15-
- 'master'
15+
- 'main'
1616

1717
jobs:
1818
test:

.github/workflows/publishImage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ on:
1010
workflow_dispatch:
1111
push:
1212
branches:
13-
- 'master'
13+
- 'main'
1414
tags:
1515
- '*.*.*'
1616
# don't trigger if just updating docs
1717
paths-ignore:
1818
- 'README.md'
1919
- '.github/**'
20-
- 'flatpak/**'
2120
# use release instead of tags once version is correctly parsed
2221
# https://github.com/docker/metadata-action/issues/422
2322
# https://github.com/docker/metadata-action/issues/240

0 commit comments

Comments
 (0)