Skip to content

Commit 09b2156

Browse files
committed
Allow for tests to be run on workflow dispatch
1 parent ec43432 commit 09b2156

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wec-sim-dev-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Test WEC-Sim dev branch
22
on:
3+
workflow_dispatch: {}
34
repository_dispatch:
45
types:
56
- wecsim-dev

.github/workflows/wec-sim-main-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Test WEC-Sim main branch
22
on:
3+
workflow_dispatch: {}
34
repository_dispatch:
45
types:
56
- wecsim-main

0 commit comments

Comments
 (0)