Skip to content

Commit 418ba1d

Browse files
authored
prevent travis from building on external PRs (#33)
1 parent cd788dd commit 418ba1d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ branches:
77
jobs:
88
include:
99
- name: Deploy NGINX App Protect
10+
if: not (type = "pull_request" and fork = "true")
1011
env:
1112
scenario: default
1213
before_install:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.3.2 (September 29, 2020)
4+
5+
BUG FIXES:
6+
7+
* Prevent TravisCI from trying to build (and failing) NGINX App Protect images on external PRs.
8+
39
## 0.3.1 (September 22, 2020)
410

511
FEATURES:

0 commit comments

Comments
 (0)