Skip to content

Commit 3518f56

Browse files
authored
Merge pull request #3 from NetCoreTemplates/fix-workflows
Fix deploy config files
2 parents b37f4ad + fbea3cf commit 3518f56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
workflows: ["Build Container"]
88
types:
99
- completed
10+
branches:
11+
- main
12+
- master
1013
workflow_dispatch:
1114

1215
env:
@@ -68,7 +71,7 @@ jobs:
6871
bundler-cache: true
6972

7073
- name: Install Kamal
71-
run: gem install kamal -v 2.2.2
74+
run: gem install kamal -v 2.3.0
7275

7376
- name: Set up Docker Buildx
7477
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)