Skip to content

Commit f9bdb09

Browse files
authored
Update CI workflow to use workflow_dispatch only
Removed push and pull_request triggers from the CI workflow.
1 parent fd8e870 commit f9bdb09

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/sormas_app_ci.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ env:
1111
PRIVILEGED_RUN: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/development') || github.event.pull_request.head.repo.full_name == github.repository }}
1212

1313
on:
14-
push:
15-
branches: [ development, master, hotfix* ]
16-
paths:
17-
- 'sormas-app/**'
18-
- 'sormas-api/**'
19-
pull_request:
20-
branches: [ development, hotfix* ]
21-
paths:
22-
- 'sormas-app/**'
23-
- 'sormas-api/**'
14+
workflow_dispatch:
15+
# push:
16+
# branches: [ development, master, hotfix* ]
17+
# paths:
18+
# - 'sormas-app/**'
19+
# - 'sormas-api/**'
20+
# pull_request:
21+
# branches: [ development, hotfix* ]
22+
# paths:
23+
# - 'sormas-app/**'
24+
# - 'sormas-api/**'
2425

2526
jobs:
2627
test:

0 commit comments

Comments
 (0)