Skip to content

Commit

Permalink
PMM-7 do not run same actions twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Jun 8, 2023
1 parent 5e56146 commit ed87fba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Go

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

pull_request:

jobs:
test:
Expand Down

0 comments on commit ed87fba

Please sign in to comment.