Skip to content

Commit 035ed51

Browse files
author
evombau
committed
Update branchPR.yaml
1 parent 8d564df commit 035ed51

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

.github/workflows/branchPR.yaml

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,28 @@ name: Build PR
22

33
on:
44
push:
5-
branches-ignore:
6-
- "master"
7-
pull_request:
5+
branches-ignore:
6+
- "master"
87
paths-ignore:
9-
- 'README.md'
10-
types: [assigned, opened, synchronize, reopened, edited]
8+
- "README.md"
119

1210
jobs:
1311
build:
1412
runs-on: ubuntu-latest
1513
steps:
16-
- name: Checkout code
17-
uses: actions/checkout@v2
18-
- name: Set up Go
19-
uses: actions/setup-go@v2
20-
with:
21-
go-version: 1.15
22-
- name: Build
23-
run: go build -v
24-
- name: Upload a Build Artifact
25-
uses: actions/[email protected]
26-
with:
27-
path: awesome-ci
28-
- name: Dryrun dummy Release
29-
run: ./awesome-ci createRelease -patchLevel bugfix -dry-run
30-
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
- name: Checkout code
15+
uses: actions/checkout@v2
16+
- name: Set up Go
17+
uses: actions/setup-go@v2
18+
with:
19+
go-version: 1.15
20+
- name: Build
21+
run: go build -v
22+
- name: Upload a Build Artifact
23+
uses: actions/[email protected]
24+
with:
25+
path: awesome-ci
26+
- name: Dryrun dummy Release
27+
run: ./awesome-ci createRelease -patchLevel bugfix -dry-run
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)