Skip to content

Commit

Permalink
Avoid building for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed Mar 11, 2021
1 parent 0034afc commit 8516f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/BuildBinaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ name: BuildBinaries

on:
push:
tags-ignore:
- '*'
paths:
- '**/comandline/library/**'
- '**/comandline/micronucleus.c'
- '**/comandline/builds/**/package.json'
- '**BuildBinaries.yml'
# - '**BuildBinaries.yml'

jobs:
build-all-executables:
Expand Down

0 comments on commit 8516f31

Please sign in to comment.