Skip to content

Commit bed3874

Browse files
committed
fix
1 parent 2851fe2 commit bed3874

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/production-pipeline.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: Production pipeline
22

33
on:
4-
pull_request:
5-
types:
6-
- closed
7-
branches:
8-
- 'staging'
9-
10-
4+
workflow_dispatch: # Allows manual execution
115
jobs:
126
build-and-deploy:
137
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)