Skip to content

Commit

Permalink
github actions: enable manual triggers for automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebentley15 committed Nov 11, 2021
1 parent edd6e1b commit 3d50f9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Automated Tests

on:
push:
push: # all pushes, but only to the specified branches
branches: [ devel, master, main ]
pull_request:
pull_request: # all pull requests
workflow_dispatch: # allows manual triggering on web interface

jobs:
automated-tests:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| branch | status |
|---------|---------|
| master | [![Build Status](https://travis-ci.org/PRUNERS/FLiT.svg?branch=master)](https://travis-ci.org/PRUNERS/FLiT) |
| devel | [![Build Status](https://travis-ci.org/PRUNERS/FLiT.svg?branch=devel)](https://travis-ci.org/PRUNERS/FLiT) |
| master | ![Build Status](https://github.com/PRUNERS/FLiT/actions/workflows/automated-tests.yml/badge.svg?branch=master) |
| devel | ![Build Status](https://github.com/PRUNERS/FLiT/actions/workflows/automated-tests.yml/badge.svg) |

![PyPI - License](https://img.shields.io/pypi/l/Django.svg)
![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
Expand Down

0 comments on commit 3d50f9b

Please sign in to comment.