Skip to content

Commit

Permalink
make in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 26, 2024
1 parent c472bc6 commit 161352f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
branches:
- master
paths-ignore: [ 'README.md', 'LICENSE.txt' ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
pull_request:
branches:
- master
paths-ignore: [ 'README.md', 'LICENSE.txt' ]
jobs:
make:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 161352f

Please sign in to comment.