Skip to content

Commit

Permalink
fix: filter ci executions against pushes to master only
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Nov 17, 2022
1 parent 2a3ae96 commit c2f5214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ci
on:
push:
pull_request:
branches:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2f5214

Please sign in to comment.