Skip to content

Commit 59a4991

Browse files
committed
Enable workflows on every push and pr
1 parent 1fd245b commit 59a4991

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/hipo.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: hipo
2-
on:
3-
push:
4-
branches:
5-
- latest
6-
- master
7-
pull_request:
8-
types: [opened, synchronize, reopened]
2+
on: [push, pull_request]
93
jobs:
104
test-nix:
115
name: hipo ${{ matrix.os }} CMAKE_BUILD_TYPE=${{ matrix.build_type }} ALL_TESTS=${{ matrix.all_tests }}

.github/workflows/julia-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: JuliaCompileAndTest
2-
on:
3-
push:
4-
branches: [master, latest]
5-
pull_request:
6-
types: [opened, synchronize, ready_for_review, reopened]
2+
on: [push, pull_request]
73
# needed to allow julia-actions/cache to delete old caches that it has created
84
permissions:
95
actions: write

0 commit comments

Comments
 (0)