We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae9ac9 commit c565ae7Copy full SHA for c565ae7
.github/workflows/cicd.yaml
@@ -2,9 +2,7 @@ name: CI/CD
2
3
on:
4
push:
5
- branches: [ "main" ]
6
release:
7
- types: [ published ]
8
9
jobs:
10
lint:
.github/workflows/publish-docker.yaml
@@ -19,7 +19,7 @@ jobs:
19
permissions:
20
contents: read
21
packages: write
22
-
+
23
steps:
24
- name: Checkout repository
25
uses: actions/checkout@v4
0 commit comments