Skip to content

Commit

Permalink
ci: test build only when pipeline change on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Mar 17, 2023
1 parent 8c9e1f9 commit 063d3ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test Build

on:
push:
branches:
- main
paths:
- ".github/workflows/test-build.yml"
pull_request:
Expand Down

0 comments on commit 063d3ff

Please sign in to comment.