Skip to content

Commit

Permalink
chore: fixed "on" in CI yml
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jun 6, 2022
1 parent 84f6987 commit 5b5cabb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: CI
on:
- push
- pull_request
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5b5cabb

Please sign in to comment.