Skip to content

Commit

Permalink
Enable manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvd committed Jun 5, 2023
1 parent fac6776 commit f5f2943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Acceptance Tests

on:
workflow_dispatch:
push:
branches:
- 2022
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Backend CI

on:
workflow_dispatch:
push:
paths:
- "backend/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Frontend CI

on:
workflow_dispatch:
push:
paths:
- "frontend/**"
Expand Down

0 comments on commit f5f2943

Please sign in to comment.