Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Chan 9210867983 WRLGS-7: add workflow_dispatch trigger 2023-06-08 18:33:54 -07:00
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: Tests name: Tests
on: on:
workflow_dispatch:
push: push:
branches: branches:
- 'feature/**' - 'feature/**'