Skip to content

Commit 28a93c3

Browse files
committed
Added github actions workflow for bug branches
1 parent 5eec551 commit 28a93c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- dev
88
- release/**
99
- feature/**
10+
- bug/**
1011
- tests/**
1112
pull_request:
1213
branches:
@@ -15,7 +16,6 @@ on:
1516
- /^release-.*$/
1617
- /^release/.*$/
1718
- /^feature/.*$/
18-
- /^bug/.*$/
1919
- /^tests/.*$/
2020

2121
jobs:

0 commit comments

Comments
 (0)