Skip to content

Commit

Permalink
Merge pull request #1208 from clearlydefined/elr/dispatch-test-workflow
Browse files Browse the repository at this point in the history
auto-start test workflow when PR into prod
  • Loading branch information
elrayle authored Oct 20, 2024
2 parents f4888aa + 113c577 commit 492776b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Run Docker build and tests

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
- prod

permissions:
contents: read
Expand Down

0 comments on commit 492776b

Please sign in to comment.