Skip to content

Commit

Permalink
feat: limit the release check to master pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaass committed May 8, 2024
1 parent 7fa4235 commit a1eb548
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/buildcheck-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ name: Build check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

Expand Down

0 comments on commit a1eb548

Please sign in to comment.