We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3095eb commit 5930bacCopy full SHA for 5930bac
.github/workflows/build-container.yml
@@ -7,6 +7,9 @@ on:
7
workflows: ["Build"]
8
types:
9
- completed
10
+ branches:
11
+ - main
12
+ - master
13
workflow_dispatch:
14
15
env:
.github/workflows/release.yml
workflows: ["Build Container"]
@@ -98,4 +101,4 @@ jobs:
98
101
- name: Deploy with Kamal
99
102
run: |
100
103
kamal lock release -v
- kamal deploy -P --version latest
104
+ kamal deploy -P --version latest
0 commit comments