Skip to content

Commit

Permalink
Merge pull request #1599 from Nordix/tuomo/fix-e2e-fixture-trigger-main
Browse files Browse the repository at this point in the history
🌱 add release-* as branch trigger to e2e fixture workflow
  • Loading branch information
metal3-io-bot committed Mar 6, 2024
2 parents 19a1fdd + 2476ee8 commit 06f7d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-fixture-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: E2E Fixture Test

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

0 comments on commit 06f7d39

Please sign in to comment.