Skip to content

Commit 67f04ea

Browse files
Allow GitHub Actions to run on all branches
1 parent a463a3c commit 67f04ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ run-name: Build and push reading-tracker-app image for ${{ github.ref_name }} by
44
on:
55
push:
66
branches:
7-
- 'main'
8-
- 'develop'
7+
- '**'
98
tags:
109
- 'v*'
1110
pull_request:
1211
branches:
13-
- 'main'
12+
- '**'
1413

1514
env:
1615
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)