Skip to content

Commit 9eb1e54

Browse files
authored
Merge pull request #75 from synacker/fix/termination
Fix termination
2 parents bb0b7a8 + 599c7b8 commit 9eb1e54

20 files changed

+122
-946
lines changed

.github/workflows/push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
tags-ignore:
55
- '**'
66
branches:
7-
- '**'
7+
- master
8+
- develop
89

910
jobs:
1011
build:
12+
if: github.event_name != 'pull_request'
1113
uses: ./.github/workflows/build.yaml
1214
with:
1315
linux_x64_profile: linux-gcc12_x64

0 commit comments

Comments
 (0)