Skip to content

Commit 23c7638

Browse files
committed
Updating pipelines
1 parent cc9a611 commit 23c7638

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
pull_request:
1313
branches:
1414
- develop
15-
- main
15+
- master
1616
paths:
1717
src/**
1818
tests/**

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: release
33
on:
44
push:
55
branches:
6-
- features/**
76
- releases/**
8-
- hotfix/**
97
- develop
10-
- main
8+
- master
119

1210
jobs:
1311
build:

0 commit comments

Comments
 (0)