Skip to content

Commit

Permalink
PMM-12339 avoid triggering tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk authored Jul 19, 2023
1 parent 322fac8 commit 4ca63a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Go

on: [push, pull_request]
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:

jobs:
test:
Expand Down

0 comments on commit 4ca63a2

Please sign in to comment.