Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Feb 7, 2025
1 parent a2fe1cb commit 81093ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: 'golangci-lint'
on:
pull_request:
push:
branches:
- 'master'
workflow_dispatch:
- 'master'
pull_request:

permissions:
contents: 'read'
pull-requests: 'read'

jobs:
golangci:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
tags:
- 'v*'
- 't*'
workflow_dispatch:

jobs:
# Set variables that will be available to all builds.
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/test2.yml

This file was deleted.

0 comments on commit 81093ac

Please sign in to comment.