Skip to content

Commit

Permalink
Update makefile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wagmarcel authored Nov 20, 2021
1 parent cf681dd commit 4784c8b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/makefile.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: Makefile CI

on:
- pull_request
- push
pull_request:
branches:
- develop
push:
branches:
- develop
- '**-v[0-9]+.[0-9]+'
- '**-test'
tags:
- 'v**'

jobs:
build:
Expand Down

0 comments on commit 4784c8b

Please sign in to comment.