We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31458c commit 145f4c7Copy full SHA for 145f4c7
.github/workflows/extra.yml
@@ -20,8 +20,6 @@ jobs:
20
with:
21
go-version: 1.14.4 # optional
22
- name: Update Dependency
23
- env:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
run: go get -u ./...
26
27
- name: Verify Defference
.github/workflows/go.yml
@@ -34,7 +34,7 @@ jobs:
34
name: Push Docker image to Github Packages
35
runs-on: ubuntu-latest
36
needs: build
37
- if: github.event_name != 'push'
+ if: github.event_name != 'pull_request'
38
steps:
39
- name: Checkout
40
uses: actions/checkout@v2
0 commit comments