Update the workflows

This commit is contained in:
Nikita Volkov 2024-04-22 20:23:00 +03:00
parent c7d76a6f97
commit e0326c6803
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,15 @@ on:
- patch
jobs:
format:
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v3
secrets: inherit
check:
uses: ./.github/workflows/check.yaml
secrets: inherit
check-changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04

View File

@ -2,7 +2,6 @@ on:
push:
branches:
- master
pull_request:
jobs: