Kave Bahraman commited on
Commit
b7538bc
·
unverified ·
1 Parent(s): 582dbe8

Update formats_dev.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/formats_dev.yml +3 -0
.github/workflows/formats_dev.yml CHANGED
@@ -3,6 +3,9 @@ name: Python application test with Github Actions
3
  on:
4
  push:
5
  branches: [dev]
 
 
 
6
 
7
  jobs:
8
  build:
 
3
  on:
4
  push:
5
  branches: [dev]
6
+
7
+ # to run this workflow manually from the Actions tab
8
+ workflow_dispatch:
9
 
10
  jobs:
11
  build: