Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 2e79a4d

Browse files
Khalil Estellkammce
authored andcommitted
👷 Support release publish and unpublish launches
1 parent 3fa2dfb commit 2e79a4d

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ name: ✅ Checks
1717
on:
1818
workflow_dispatch:
1919
pull_request:
20+
release:
21+
types:
22+
- published
23+
- unpublished
2024
push:
21-
tags:
22-
- "*"
2325
branches:
2426
- main
2527
schedule:
@@ -52,14 +54,3 @@ jobs:
5254
processor_profile: https://github.com/libhal/libhal-armcortex.git
5355
platform_profile: https://github.com/libhal/libhal-lpc40.git
5456
secrets: inherit
55-
56-
release:
57-
needs: [ci, deploy, build_lpc4074, build_lpc4078]
58-
if: startsWith(github.ref, 'refs/tags/')
59-
runs-on: ubuntu-22.04
60-
steps:
61-
- name: Release
62-
uses: softprops/action-gh-release@v1
63-
if: startsWith(github.ref, 'refs/tags/')
64-
with:
65-
generate_release_notes: true

0 commit comments

Comments
 (0)