Skip to content

Commit

Permalink
add workflow_dispatche for test envs
Browse files Browse the repository at this point in the history
  • Loading branch information
baruch11 committed Oct 25, 2023
1 parent 52d509d commit e1d0e95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_env.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Unit tests on many environments
on:
push:
branches:
- dummy_dev
- push:
branches:
- dummy_dev
- workflow_dispatch

jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e1d0e95

Please sign in to comment.