Skip to content

Commit

Permalink
update workflows to work on v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Jul 7, 2024
1 parent 1442ce5 commit e6afe27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Codespell

on:
push:
branches: [master]
branches: [v2]
pull_request:
branches: [master]
branches: [v2]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ master ]
branches: [ v2 ]
pull_request:
branches: [ master ]
branches: [ v2 ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Shellcheck

on:
push:
branches: [master]
branches: [v2]
pull_request:
branches: [master]
branches: [v2]

permissions:
contents: read
Expand Down

0 comments on commit e6afe27

Please sign in to comment.