Skip to content

Commit dfa2fe7

Browse files
committed
Change action branches from main to v3
1 parent ef1aa35 commit dfa2fe7

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-examples.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v3 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v3 ]
88

99
jobs:
1010
build-examples:

.github/workflows/check-badges.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Check badges in README.md
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v3 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v3 ]
88

99
jobs:
1010
check-badges:

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: .NET Core Linux
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v3 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v3 ]
88

99
jobs:
1010
build-and-test:

.github/workflows/net-framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: .NET Framework Windows
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v3 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v3 ]
88

99
jobs:
1010
build-and-test:

.github/workflows/pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Pack into Nuget package
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v3 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v3 ]
88

99
jobs:
1010
pack-nuget:

0 commit comments

Comments
 (0)