Skip to content

Commit ee357a9

Browse files
Simplify CI configuration
1 parent 6f3b364 commit ee357a9

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: CI
22

3-
on:
4-
# Trigger the workflow on push or pull request,
5-
# but only for the master branch
6-
push:
7-
branches:
8-
- master
9-
pull_request:
10-
branches:
11-
- master
3+
on: [push, pull_request]
124

135
jobs:
146
python:

0 commit comments

Comments
 (0)