diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 293cdc1d..19c03c4f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -2,6 +2,14 @@ name: Lint & Test on: push: + branches: [ master, 'Release-*' ] + tags: [ 'v*' ] + release: + types: [released] + # Triggers the workflow only when merging pull request to the branches. + pull_request: + types: [closed] + branches: [ master, 'Release-*' ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: