Skip to content

Commit

Permalink
Enable workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Aug 2, 2024
1 parent ec481b8 commit b8ccb09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build

on: [push]
on: [push, workflow_dispatch]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SnapGene Reader
===============

.. image:: https://github.com/Edinburgh-Genome-Foundry/Flametree/actions/workflows/build.yml/badge.svg
:target: https://github.com/Edinburgh-Genome-Foundry/Flametree/actions/workflows/build.yml
:alt: Travis CI build status
.. image:: https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader/actions/workflows/build.yml/badge.svg
:target: https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader/actions/workflows/build.yml
:alt: GitHub Actions build status

.. image:: https://coveralls.io/repos/github/Edinburgh-Genome-Foundry/SnapGeneReader/badge.svg?branch=master
:target: https://coveralls.io/github/Edinburgh-Genome-Foundry/SnapGeneReader?branch=master
Expand Down

0 comments on commit b8ccb09

Please sign in to comment.