-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small fixes to the new way we handle pandoc releases (#298)
* Updated logic to get pandoc releases - issue #295 * Updated appveyor script * Updated how get get the versions from GitHub, including handling of latest * Performance enhancement suggested by @davidbgk * Updated the way we get the version number from the fractured url * Hey let's not dublicate the runners
- Loading branch information
1 parent
0e243c2
commit 46ffef7
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
name: Continuous Integration | ||
|
||
on: | ||
- push | ||
- pull_request | ||
pull_request: | ||
paths: | ||
- '**.py' | ||
- '**.yaml' | ||
|
||
jobs: | ||
test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters