Skip to content

Commit

Permalink
Adjust verification builds for master->main branch change
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 12, 2023
1 parent cf8cffa commit 6b01be6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: License vetting status check
on:
push:
branches:
- 'master'
- 'main'
- 'tycho-*'
pull_request:
branches:
- 'master'
- 'main'
- 'tycho-*'
issue_comment:
types: [created]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ concurrency:
on:
push:
branches:
- 'master'
- 'main'
- 'tycho-*'
pull_request:
branches:
- 'master'
- 'main'
- 'tycho-*'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sitedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:
on:
push:
branches:
- 'master'
- 'main'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
pull_request:
branches:
- 'master'
- 'main'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-platform2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
pull_request:
branches:
- 'master'
- 'main'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def deployBranch = 'master'
def deployBranch = 'main'
def agentLabel
if(env.BRANCH_NAME == deployBranch) {
//branches that are deployable must run on eclipse infra
Expand Down

0 comments on commit 6b01be6

Please sign in to comment.