Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmazeev committed Jan 16, 2023
1 parent a57eaa8 commit d6d24fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build and test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and test

on:
push:
branches: [ develop ]
branches: [ master ]
pull_request:
branches: [ develop ]
branches: [ master ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d6d24fa

Please sign in to comment.