diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8086683..9f2ef67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,12 +2,13 @@ name: Build & Test on: pull_request: - branches: [opened, synchronize, reopened, ready_for_review] + branches: [main] + types: [opened, synchronize, reopened, ready_for_review] jobs: build-and-test: if: ${{ !github.event.pull_request.draft }} - name: Built & Test + name: 'Build & Test' runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 487a43c..bf58123 100644 --- a/README.md +++ b/README.md @@ -78,5 +78,5 @@ The generated initializer runs automatically at module load time. Bug reports and contributions are welcome. ## License -This package is released as open source under the **MIT License**. +This package is released as open source under the **MIT License**.
See the [LICENSE](https://github.com/rameel/ramstack.localealignment/blob/main/LICENSE) file for more details.