Do not run Lint & Test action on feature branch

Do not run Lint & Test action on feature branch
This commit is contained in:
Shahana Farooqui 2022-05-16 14:50:01 -04:00 committed by ShahanaFarooqui
parent 1e6786a850
commit 2fa8760422

View file

@ -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: