From d6d24fa2f9d1eac229bba8ffdf812e715690338d Mon Sep 17 00:00:00 2001 From: Roman Mazeev Date: Mon, 16 Jan 2023 02:49:02 +0100 Subject: [PATCH] Update CI configuration --- .github/workflows/Build and test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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