Skip to content

Commit 5930bac

Browse files
committed
Update workflows
1 parent b3095eb commit 5930bac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-container.yml

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

1215
env:

.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:
@@ -98,4 +101,4 @@ jobs:
98101
- name: Deploy with Kamal
99102
run: |
100103
kamal lock release -v
101-
kamal deploy -P --version latest
104+
kamal deploy -P --version latest

0 commit comments

Comments
 (0)