diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df7876c..d8d5763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,13 +3,7 @@ name: CI # Controls when the action will run. -on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ testing ] - pull_request: - branches: [ testing ] - +on: [push, pull_request] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: