Skip to content

Commit

Permalink
feat(github-actions): change build-test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
xael-fry committed Mar 3, 2024
1 parent 3a8e92c commit b1fafd7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Pull Requests
name: Check

on:
pull_request: # Check Pull Requests

push:
pull_request:
branches:
- master # Check branch after merge

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
Expand Down

0 comments on commit b1fafd7

Please sign in to comment.