Skip to content

Commit 718b273

Browse files
ci: trigger jobs for all branches
1 parent b64edee commit 718b273

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Build
33
on:
44
pull_request: {}
55
push:
6-
branches: [main]
6+
branches:
7+
- "**"
78
jobs:
89
build:
910
name: Build

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and publish Docker image
33
on:
44
push:
55
branches:
6-
- "main"
6+
- "**"
77

88
env:
99
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)