Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xzmeng committed Dec 28, 2022
1 parent 4463ec0 commit 7c3e3e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Tests

on:
push:
paths-ignore:
- 'README.rst'
branches:
- master

pull_request:
paths-ignore:
- 'README.rst'
branches:
- '**'
jobs:
Tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7c3e3e9

Please sign in to comment.