Skip to content

Commit

Permalink
Simplify on: section
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 5, 2022
1 parent bf8f5b8 commit aa61dca
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: CI

on:
pull_request:
push:
branches:
tags:
workflow_dispatch:
schedule:
# Run every Monday at 05:53 UTC
- cron: 53 5 * * 1
pull_request:

jobs:

Expand Down Expand Up @@ -65,3 +59,5 @@ jobs:
test_command: pytest -p no:warnings --pyargs reproject
secrets:
pypi_token: ${{ secrets.pypi_token }}
env:
CIBW_BEFORE_BUILD_LINUX: yum install -y geos-devel freetype-devel libpng-devel

0 comments on commit aa61dca

Please sign in to comment.