Skip to content

Commit

Permalink
Update makefile.yml (again) to run regression on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
shigoel authored Feb 14, 2024
1 parent 3d591d0 commit 4b0b38a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
# Run using manual triggers from GitHub UI:
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch: {}
# Run on pushes to the main branch only:
push:
branches: [ "main" ]
# Run on every push:
push: {}
# Run on every pull request:
pull_request: {}

Expand Down

0 comments on commit 4b0b38a

Please sign in to comment.