Skip to content

Commit

Permalink
Merge pull request #34 from SiaFoundation/nate/its-happening-workflows
Browse files Browse the repository at this point in the history
Publish Anagami
  • Loading branch information
n8maninger authored Nov 30, 2023
2 parents c2e5f15 + f662fd5 commit 298988b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ runs:
# uses: golangci/golangci-lint-action@v3
# with:
# skip-cache: true
- name: Analyze
uses: SiaFoundation/action-golang-analysis@HEAD
with:
analyzers: |
go.sia.tech/jape.Analyzer
# - name: Analyze
# uses: SiaFoundation/action-golang-analysis@HEAD
# with:
# analyzers: |
# go.sia.tech/jape.Analyzer
- name: Test
uses: n8maninger/action-golang-test@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
- its-happening
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-**'
Expand Down

0 comments on commit 298988b

Please sign in to comment.