Skip to content

Commit

Permalink
Correct branch for the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevilla committed Jan 21, 2024
1 parent d8faeaf commit c198356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Makefile CI

on:
push:
branches: [ 'main', 'v*' ]
branches: [ '23-24', 'v*' ]
pull_request:
branches: [ 'main', 'v*' ]
branches: [ '23-24', 'v*' ]

permissions:
contents: write
Expand Down

0 comments on commit c198356

Please sign in to comment.