Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Sep 15, 2022
1 parent 1f9c1e2 commit 1f834ea
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
# - gh247
paths-ignore:
- README.md
- document/**
- environment/**

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
# - gh247
paths-ignore:
- README.md
- document/**
- environment/**

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
# - gh247
paths-ignore:
- README.md
- document/**
- environment/**

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
# - gh247
paths-ignore:
- README.md
- document/**
- environment/**

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/windows-conda.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Windows Conda package

on: [push]
on:
push:
# branches-ignore:
# - gh247
paths-ignore:
- README.md
- document/**
- environment/**

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
# - gh247
paths-ignore:
- README.md
- document/**
- environment/**

jobs:
build:
Expand Down

0 comments on commit 1f834ea

Please sign in to comment.