Update workflow testing.yml
All checks were successful
test argon2 package / check and test (pull_request) Successful in 19m15s
All checks were successful
test argon2 package / check and test (pull_request) Successful in 19m15s
Remove triggering events on push and for branch staging on pull_request
This commit is contained in:
parent
b2adb57971
commit
810b2f02b6
|
@ -1,13 +1,9 @@
|
||||||
name: test argon2 package
|
name: test argon2 package
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- staging/*
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- release/*
|
- release/*
|
||||||
- staging/*
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GOPATH: /go_path
|
GOPATH: /go_path
|
||||||
|
|
Loading…
Reference in New Issue
Block a user