Update makefile.yml

Adding develop branch to auto tests
pull/20/head
Thorsten Sick 2 years ago committed by GitHub
parent eb27b87196
commit ba5652f3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,9 +2,9 @@ name: Makefile CI
on:
push:
branches: [ main ]
branches: [ main, develop ]
pull_request:
branches: [ main ]
branches: [ main, develop ]
jobs:
build:

Loading…
Cancel
Save