Skip to content

Commit

Permalink
update when GitHub Action tests occur (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Mar 20, 2023
1 parent f1249f0 commit d8c821e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -3,7 +3,12 @@

name: Tests

on: [pull_request, push]
on:
workflow_dispatch:
push:
branches:
- main
pull_request:

# cancel any currently running workflows in this same PR
concurrency:
Expand Down

0 comments on commit d8c821e

Please sign in to comment.