Skip to content

Commit

Permalink
Attempt CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Mar 9, 2023
1 parent b53f23c commit 066f255
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI

on:
pull_request:
paths-ignore:
- README.md
push:
branches: master
paths-ignore:
- README.md
branches: [ '**' ]
paths-ignore: ["README.md"]
pull_request:
branches: [ '**' ]
paths-ignore: ["README.md"]

jobs:
test:
Expand Down

0 comments on commit 066f255

Please sign in to comment.