Skip to content

Commit

Permalink
build: update workflows to reflect default main branch (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Jul 18, 2023
1 parent 76696a9 commit 77b2ba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration
on:
push:
branches:
- master
- main
paths-ignore:
- '*.md'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull Request Check
on:
pull_request:
branches:
- master
- main
paths-ignore:
- '*.md'

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ A maintainer will need to sign off on your pull request before it can be merged.
In order to [release a new version](https://github.com/apollographql/federation-jvm/releases) we need to draft a new release
and tag the commit. Releases are following [semantic versioning](https://semver.org/) and specify major, minor and patch version.

Once release is published it will trigger corresponding [Github Action](https://github.com/apollographql/federation-jvm/blob/master/.github/workflows/release.yml)
Once release is published it will trigger corresponding [Github Action](https://github.com/apollographql/federation-jvm/blob/main/.github/workflows/release.yml)
based on the published release event. Release workflow will then proceed to build and publish all library artifacts to [Maven Central](https://central.sonatype.org/).

### Release requirements
Expand Down

0 comments on commit 77b2ba2

Please sign in to comment.