Skip to content

Commit 79f648b

Browse files
Configure .github/workflows/jira.yml
1 parent f63973d commit 79f648b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/jira.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: JIRA validator
2+
on:
3+
push:
4+
branches-ignore:
5+
- main
6+
- master
7+
- staging
8+
9+
jobs:
10+
validate:
11+
uses: Hotmart-Org/actions/.github/workflows/jira.yaml@master
12+
secrets: inherit
13+
with:
14+
runs-on: "staging-iac"

0 commit comments

Comments
 (0)