Skip to content

Commit c581582

Browse files
CopilotDimaBir
andcommitted
Add master branch to CI/CD workflow triggers
Co-authored-by: DimaBir <28827735+DimaBir@users.noreply.github.com>
1 parent cb24ab8 commit c581582

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Code Quality
22

33
on:
44
push:
5-
branches: [ main, copilot/* ]
5+
branches: [ main, master, copilot/* ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, master ]
88

99
jobs:
1010
lint:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ main, copilot/* ]
5+
branches: [ main, master, copilot/* ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, master ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)