Skip to content

Commit

Permalink
Disable changes to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed May 5, 2024
1 parent 3604740 commit 0aebdcf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests_each_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

name: Run tests each PR

on: push
on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand Down

0 comments on commit 0aebdcf

Please sign in to comment.