Skip to content

Commit

Permalink
GitHub Actions: use main branch, add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomson committed Sep 3, 2021
1 parent ba3ddc0 commit dada59e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python 3.6 to 3.9

on:
push:
branches: [ pep8 ]
branches: [ main ]
pull_request:
branches: [ pep8 ]
branches: [ main ]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Python 3.6 to 3.9](https://github.com/BDI-pathogens/ShiverCovid/actions/workflows/python-versions.yml/badge.svg)](https://github.com/BDI-pathogens/ShiverCovid/actions/workflows/python-versions.yml)
[![Shellcheck](https://github.com/BDI-pathogens/ShiverCovid/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/BDI-pathogens/ShiverCovid/actions/workflows/shellcheck.yml)

# About

The pipeline includes the following software and steps:
Expand Down

0 comments on commit dada59e

Please sign in to comment.