Skip to content

Commit eedf95a

Browse files
committed
Remove temporary branch triggers from CI workflows
1 parent 6063401 commit eedf95a

5 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/anchor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
- anchor-1.0
10-
- fix-biome-errors
119
pull_request:
1210
types: [opened, synchronize, reopened]
1311
branches:

.github/workflows/rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
push:
1010
branches:
1111
- main
12-
- anchor-1.0
13-
- fix-biome-errors
1412
pull_request:
1513
types: [opened, synchronize, reopened]
1614
branches:

.github/workflows/solana-native.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
- fix-biome-errors
109
pull_request:
1110
types: [opened, synchronize, reopened]
1211
branches:

.github/workflows/solana-pinocchio.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
- fix-biome-errors
109
pull_request:
1110
types: [opened, synchronize, reopened]
1211
branches:

.github/workflows/typescript.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- fix-biome-errors
87
pull_request:
98
types: [opened, synchronize, reopened]
109
branches:

0 commit comments

Comments
 (0)