Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Jun 12, 2024
1 parent 140910b commit dac1629
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: Build and Release

# on:
# push:
# tags:
# - 'v*'

on:
push:
tags:
- 'v*'
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
build:
Expand All @@ -21,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.22'

- name: Install dependencies
run: |
Expand Down

0 comments on commit dac1629

Please sign in to comment.