We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8e870 commit f9bdb09Copy full SHA for f9bdb09
1 file changed
.github/workflows/sormas_app_ci.yml
@@ -11,16 +11,17 @@ env:
11
PRIVILEGED_RUN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/development') || github.event.pull_request.head.repo.full_name == github.repository }}
12
13
on:
14
- push:
15
- branches: [ development, master, hotfix* ]
16
- paths:
17
- - 'sormas-app/**'
18
- - 'sormas-api/**'
19
- pull_request:
20
- branches: [ development, hotfix* ]
21
22
23
+ workflow_dispatch:
+# push:
+# branches: [ development, master, hotfix* ]
+# paths:
+# - 'sormas-app/**'
+# - 'sormas-api/**'
+# pull_request:
+# branches: [ development, hotfix* ]
24
25
26
jobs:
27
test:
0 commit comments