diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a96d9ef..d954d79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ name: CI -on: push +on: + # any time someone pushes a new branch to origin + push: + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: