Skip to content

Commit

Permalink
fix: CI workflow filters (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Pascottini committed Nov 17, 2022
1 parent cbb782d commit e21e187
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: ci
on:
- push
- pull_request
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e21e187

Please sign in to comment.