Don't build trunk (it's copied to master which is also built)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7317 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ac5e400712
commit
983b3a9019
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,5 +1,9 @@
|
|||
name: Build, Test and Publish
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- trunk
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue