Skip to content

Commit

Permalink
[integration-test] Only build on pushes to the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschuiki committed Nov 25, 2024
1 parent 2623850 commit 5ad14fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Integration Test Image

on:
push:
branches: [trunk]
paths:
- 'integration-test/**'
- '.github/workflows/integration-test.yml'
Expand Down

0 comments on commit 5ad14fc

Please sign in to comment.