Commit 1671f1b8 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): fix docs

parent 6238a8fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ on:
jobs:
  contents:
    runs-on: ubuntu-latest
    if: "!contains(github.event.head_commit.message, 'ci skip')"
    if: ${{ !contains(github.event.head_commit.message, 'ci skip') && github.event_name == 'push' }}
    strategy:
      matrix:
        python-version: [ 3.7 ]