We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f275b commit a70ad31Copy full SHA for a70ad31
.github/workflows/build-docker.yml
@@ -3,7 +3,7 @@ name: Build and Push Docker Image
3
# START OF COMMON SECTION
4
on:
5
push:
6
- branches: [ 'master', 'main', 'release/**' ]
+ branches: [ '*' ]
7
paths:
8
- '.github/scripts/docker/Dockerfile'
9
- '.github/workflows/build-docker.yml'
0 commit comments