Do not run Lint & Test action on feature branch

Do not run Lint & Test action on feature branch
pull/1030/head
Shahana Farooqui 2 years ago committed by ShahanaFarooqui
parent 1e6786a850
commit 2fa8760422

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

Loading…
Cancel
Save