Skip to content

Commit

Permalink
👷 upgrade to ci/4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalil Estell authored and kammce committed Jul 10, 2023
1 parent c640506 commit c638ad6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,25 @@ on:
workflow_dispatch:
pull_request:
push:
tags:
- "*"
branches:
- main
schedule:
- cron: "0 12 * * 0"

jobs:
ci:
uses: libhal/ci/.github/workflows/library.yml@3.0.2
uses: libhal/ci/.github/workflows/library.yml@4.0.0
secrets: inherit

release:
needs: [ci]
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-22.04
steps:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true

0 comments on commit c638ad6

Please sign in to comment.