diff --git a/.github/workflows/Build and test.yml b/.github/workflows/Build and test.yml index 34f78ad..fd98aaf 100644 --- a/.github/workflows/Build and test.yml +++ b/.github/workflows/Build and test.yml @@ -2,9 +2,9 @@ name: Build and test on: push: - branches: [ develop ] + branches: [ master ] pull_request: - branches: [ develop ] + branches: [ master ] jobs: build: diff --git a/README.md b/README.md index 9ffb23e..de14fb4 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Optional data | "" ## Credits -The project started as a fork of the public repository which I created when was working in [App In The Air](https://github.com/appintheair). +The project started as a fork of the [public repository](https://github.com/appintheair/MRZParser) which I created when was working in [App In The Air](https://github.com/appintheair). ## License