Skip to content

Commit

Permalink
Merge pull request #13 from HenestrosaDev/dev
Browse files Browse the repository at this point in the history
Only run the `build` workflow on pull requests to the `main` branch i…
  • Loading branch information
HenestrosaDev authored May 29, 2024
2 parents ec746ae + c98eaaf commit cea2f69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
pull_request:
branches:
- main
paths:
- 'src/**'
- 'tests/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit cea2f69

Please sign in to comment.