Skip to content

Commit a55912b

Browse files
authored
Refactor upgrade.yml to improve branch syntax
1 parent e256687 commit a55912b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/upgrade.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ name: Upgrade
77

88
on:
99
push:
10-
# Publish semver tags as releases.
11-
tags: [ 'v*.*.*' ]
12-
branches: [ "main" ]
10+
branches:
11+
- main
1312
pull_request:
14-
branches: [ "main" ]
13+
branches:
14+
- main
15+
1516

1617
env:
1718
REGISTRY: docker.io

0 commit comments

Comments
 (0)