Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Apr 1, 2024
1 parent c33312c commit 98a8976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: test_mac
on:
# push
pull_request:
types: [closed]
push
# pull_request:
# types: [closed]
jobs:
build:
runs-on: macos-13
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: test_ubuntu
on:
# push
pull_request:
types: [closed]
push
# pull_request:
# types: [closed]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98a8976

Please sign in to comment.