Skip to content

Commit 32b309d

Browse files
committed
Fix main CI
1 parent 96c7b6f commit 32b309d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/feature_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Feature CI
22

33
on:
44
push:
5-
branches-ignore: ['main']
5+
branches-ignore: ['master']
66
pull_request:
77

88
jobs:

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Main CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66

77
jobs:
88
linux:

0 commit comments

Comments
 (0)