Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 05c6b43

Browse files
committed
Update gha
1 parent dbae223 commit 05c6b43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "CI/CD"
33
on:
44
push:
55
pull_request:
6+
release:
67

78
jobs:
89
lint:
@@ -38,6 +39,7 @@ jobs:
3839
runs-on: "ubuntu-20.04"
3940
needs:
4041
- "test"
42+
if: "${{ github.event_name == 'release' }}"
4143
steps:
4244
- name: "Check out repository code"
4345
uses: "actions/checkout@v3"

0 commit comments

Comments
 (0)