Skip to content

Commit

Permalink
Undo temporary changes to GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Apr 11, 2024
1 parent 8ef5c6d commit fe9964d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macosci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI on MacOS

on: #[push, pull_request]
workflow_dispatch:
on: [push, pull_request]

jobs:
Build-And-Test-MacOS:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

name: Tutorials

on: #[push, pull_request]
workflow_dispatch:
on: [push, pull_request]

jobs:
Build-MacOS:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ubuntuci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI on Ubuntu

on: #[push, pull_request]
workflow_dispatch:
on: [push, pull_request]

jobs:
Build-And-Test-Ubuntu:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/windowsci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI on Windows

on: #[push, pull_request]
workflow_dispatch:
on: [push, pull_request]

jobs:
Build-And-Test-Windows:
Expand Down

0 comments on commit fe9964d

Please sign in to comment.