Skip to content

Commit 3ed2c4b

Browse files
committed
ENH: run github workflows on push as well
I was confused to not see any "master" builds in the github actions. That precluded to see what last state of master was ok on windows.
1 parent c057837 commit 3ed2c4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Benchmarks
22

3-
on: [pull_request]
3+
on: [push, pull_request]
44

55
jobs:
66
vs-master:

.github/workflows/docbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Docs
22

3-
on: [pull_request]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

.github/workflows/test_extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Extensions
22

3-
on: [pull_request]
3+
on: [push, pull_request]
44

55
jobs:
66
test:

.github/workflows/test_win2019.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Win2019
22

3-
on: [pull_request]
3+
on: [push, pull_request]
44

55
jobs:
66
test:

0 commit comments

Comments
 (0)