Skip to content

Commit 44235f0

Browse files
committed
CI invoked when seera-main is modified
1 parent 639e92f commit 44235f0

15 files changed

Lines changed: 29 additions & 30 deletions

.github/workflows/build-darwin-framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- seera-main
88
- release/*
99
pull_request:
1010
branches:
11-
- main
11+
- seera-main
1212
- release/*
1313

1414
concurrency:

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- seera-main
88
- release/*
99
pull_request:
1010
branches:
11-
- main
11+
- seera-main
1212
- release/*
1313

1414
concurrency:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: "CodeQL"
44
on:
55
push:
66
branches:
7-
- main
7+
- seera-main
88
- release/*
99
pull_request:
1010
# The branches below must be a subset of the branches above
1111
branches:
12-
- main
12+
- seera-main
1313
- release/*
1414
schedule:
1515
- cron: '0 17 * * 1'

.github/workflows/docker-publish-xcomp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Cross-Compile Docker
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ seera-main ]
66
paths:
77
- .github/workflows/docker-publish-xcomp.yml
88
- .docker/ubuntu-22.04/*
99
- .docker/ubuntu-24.04/*
1010
pull_request:
11-
branches: [ main ]
11+
branches: [ seeramain ]
1212
paths:
1313
- .github/workflows/docker-publish-xcomp.yml
1414
- .docker/ubuntu-22.04/*

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Docker
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ seera-main ]
66
# Publish semver tags as releases.
77
tags: [ 'v*.*.*' ]
88
pull_request:
9-
branches: [ main ]
10-
9+
branches: [ seera-main ]
1110
permissions: read-all
1211

1312
env:

.github/workflows/dotnet-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- seera-main
88
- release/*
99
pull_request:
1010
branches:
11-
- main
11+
- seera-main
1212
- release/*
1313

1414
concurrency:

.github/workflows/netperf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- seera-main
88
paths:
99
- .github/workflows/netperf.yml
1010
- .gitmodules
@@ -22,7 +22,7 @@ on:
2222
- submodules/xdp-for-windows/**
2323
pull_request:
2424
branches:
25-
- main
25+
- seera-main
2626
paths:
2727
- .github/workflows/netperf.yml
2828
- .gitmodules

.github/workflows/package-alpine-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- seera-main
88
- release/*
99
pull_request:
1010
branches:
11-
- main
11+
- seera-main
1212
- release/*
1313

1414
concurrency:

.github/workflows/package-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- release/*
99
pull_request:
1010
branches:
11-
- main
11+
- seera-main
1212
- release/*
1313

1414
concurrency:

.github/workflows/plugins.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ seera-main ]
66
paths:
77
- .github/workflows/plugins.yml
88
- src/plugins/**
99
pull_request:
10-
branches: [ main ]
10+
branches: [ seera-main ]
1111
paths:
1212
- .github/workflows/plugins.yml
1313
- src/plugins/**

0 commit comments

Comments
 (0)