Skip to content

Commit 190b4e5

Browse files
author
andy-neuma
committed
minor update
1 parent 6b28986 commit 190b4e5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/development.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name: Development Branch Workflow
33

44
on:
5-
pull_request:
6-
branches: ['**']
5+
push:
6+
branches-ignore:
7+
- main
78

89
jobs:
910
quality:

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Main Branch Workflow
33

44
on:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
78

89
jobs:
910
quality:

0 commit comments

Comments
 (0)