Skip to content

Commit

Permalink
fix e2e fixture workflow trigger
Browse files Browse the repository at this point in the history
Fix e2e fixture test workflow trigger branch.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Mar 6, 2024
1 parent 7205730 commit 24de1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-fixture-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: E2E Fixture Test

on:
pull_request:
branches: [ main ]
branches:
- 'release-0.5'
paths-ignore:
- '**/*.md'
- 'docs/**'
Expand Down

0 comments on commit 24de1e7

Please sign in to comment.