Skip to content

Commit

Permalink
only run giothub actions on a release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danjenkins committed Aug 6, 2024
1 parent 8f6d00b commit fb59503
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
name: Build and Test App

on:
push:
tags:
- "v*.*.*"
# push:
# tags:
# - "v*.*.*"
release:
types: [created]
pull_request:
branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

env:
REGISTRY_IMAGE: nimbleape/iceperf-agent
Expand Down

0 comments on commit fb59503

Please sign in to comment.