Skip to content

Commit

Permalink
Add pull_request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Mar 28, 2024
1 parent abf12fb commit b534c91
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Conda packages

on:
pull_request:
push:
branches-ignore:
- "ghxyz"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-consume.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Linux consume LUE

on:
pull_request:
push:
branches-ignore:
- "*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Linux CI

on:
pull_request:
push:
branches-ignore:
- "ghxyz"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: macOS CI

on:
pull_request:
push:
branches-ignore:
- "ghxyz"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Windows CI

on:
pull_request:
push:
branches-ignore:
- "ghxyz"
Expand Down

0 comments on commit b534c91

Please sign in to comment.