Skip to content

Commit

Permalink
master -> main (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Sep 22, 2021
1 parent 98d9002 commit 178497c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- release-*
tags-ignore: [ v.* ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-kube-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- release-*
tags-ignore: [ v.* ]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-kube-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- release-*
tags-ignore: [ v.* ]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-lease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- release-*
tags-ignore: [ v.* ]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- release-*
tags-ignore: [ v.* ]
# Different than its sibilings, we don't configure this workflow to run as a cron job.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main
- release-*

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: raboof/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
- release-*
tags: ["*"]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- release-*
tags-ignore: [ v.* ]
schedule:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:

- name: Print logs on failure
if: ${{ failure() }}
run: find . -name "*.log" -exec ./scripts/cat-log.sh {} \;
run: find . -name "*.log" -exec ./scripts/cat-log.sh {} \;

0 comments on commit 178497c

Please sign in to comment.