Skip to content

Commit

Permalink
Fix e2e job trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Oct 19, 2024
1 parent 18f0867 commit 348aa75
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: Run E2E tests

on:
pull_request:
branches: '*'
branches:
- main
types:
- opened
- reopened
- synchronize
workflow_dispatch:
inputs:
environment:
Expand Down

0 comments on commit 348aa75

Please sign in to comment.