Skip to content

Commit 22eea07

Browse files
committed
chore: update build-and-publish workflow to trigger on master branch
1 parent 9363ad2 commit 22eea07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Laravel
22

33
on:
44
push:
5-
tags: ["v*.*.*"]
5+
branches:
6+
- master
67

78
env:
89
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)