Skip to content

Commit c565ae7

Browse files
committed
fix: run lin/tests on all pushes
1 parent cae9ac9 commit c565ae7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/cicd.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: CI/CD
22

33
on:
44
push:
5-
branches: [ "main" ]
65
release:
7-
types: [ published ]
86

97
jobs:
108
lint:

.github/workflows/publish-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: read
2121
packages: write
22-
22+
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)