Skip to content

Commit

Permalink
run CI only on push actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKarwou authored Jun 19, 2024
1 parent ab9058b commit 0ec0549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
# pull_request:
# branches:
# - '**'
schedule:
# Nightly tests run on master by default:
# Scheduled workflows run on the latest commit on the default or base branch.
Expand Down

0 comments on commit 0ec0549

Please sign in to comment.