-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
running tests on pull requests, not just pushes (#49)
* running tests on pull requests, not just pushes * specifying which worfklows were changed in CHANGELOG
- Loading branch information
Scott Wyman Neagle
authored
Jan 29, 2022
1 parent
aa1d137
commit 95c8bcc
Showing
5 changed files
with
10 additions
and
11 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 |
---|---|---|
|
@@ -20,11 +20,7 @@ | |
|
||
name: conda | ||
|
||
on: | ||
push: | ||
branches-ignore: | ||
- develop | ||
- master | ||
on: pull_request | ||
|
||
jobs: | ||
conda: | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
name: tests | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches-ignore: | ||
- master | ||
|
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 |
---|---|---|
|
@@ -20,11 +20,7 @@ | |
|
||
name: version | ||
|
||
on: | ||
push: | ||
branches-ignore: | ||
- develop | ||
- master | ||
on: pull_request | ||
|
||
jobs: | ||
version: | ||
|
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
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 +1 @@ | ||
0.22.9 | ||
0.22.10 |