Skip to content

Commit

Permalink
fix Github Actions conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieniebieski committed Aug 14, 2023
1 parent dfaf939 commit 4cd1368
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Go

on: [push]
on:
push:
branches:
- '**'
tags-ignore:
- "**"

jobs:
test_and_build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*.*.*"
- "v*.*"

permissions:
contents: write
Expand Down

0 comments on commit 4cd1368

Please sign in to comment.