Skip to content

Commit

Permalink
#2846 enable ebnf for pull requests too
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 3, 2024
1 parent 2900b0f commit 7089d7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: ebnf
on:
push:
paths-ignore: ['paper/**', 'sandbox/**']
concurrency:
group: ebnf-${{ github.ref }}
cancel-in-progress: true
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
jobs:
ebnf:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7089d7d

Please sign in to comment.