Update workflow testing.yml
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:
Euphoria Laxis 2025-03-13 02:26:40 +01:00
parent b2adb57971
commit 810b2f02b6

View File

@ -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