Browse Source

removed build on PR

because this would publish the PR
master
David Haukeness 5 years ago committed by GitHub
parent
commit
b8993ae8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/build_go.yml

6
.github/workflows/build_go.yml

@ -11,12 +11,6 @@ on: @@ -11,12 +11,6 @@ on:
- 'README.md'
- '.github/**'
- '.gitignore'
pull_request:
branches: [ master ]
paths-ignore:
- 'README.md'
- '.github/**'
- '.gitignore'
jobs:

Loading…
Cancel
Save