Skip to content

Commit

Permalink
Change to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
osuketh committed May 24, 2021
1 parent e2f03ea commit edc544e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Currently, documents are only available in Japanese.

## License

Anonify is primarily distributed under the terms of the [Apache License (Version 2.0)], see [LICENSE](https://github.com/LayerXcom/anonify/blob/master/LICENSE) for details.
Anonify is primarily distributed under the terms of the [Apache License (Version 2.0)], see [LICENSE](https://github.com/LayerXcom/anonify/blob/main/LICENSE) for details.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
trigger:
- master
- main

stages:
- stage: Test
condition: ne(variables['Build.SourceBranch'], 'refs/heads/master')
condition: ne(variables['Build.SourceBranch'], 'refs/heads/main')
jobs:
- job: CI
pool:
Expand Down Expand Up @@ -59,7 +59,7 @@ stages:
displayName: 'Shutdown'

- stage: Docker_Build_and_Push
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
jobs:
- job: Docker
pool:
Expand Down

0 comments on commit edc544e

Please sign in to comment.