Skip to content

Commit

Permalink
chore: restore modifications introduced during review
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Aug 18, 2023
1 parent 0ac402a commit 8ff1895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go Checks
on:
pull_request:
push:
branches: ["master","release-v018","release-v022","release-v023","release-v026","release-v027","release-v028","release-v029"]
branches: ["master","release-v0[0-9][0-9]"]
workflow_dispatch:

permissions:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go Test
on:
pull_request:
push:
branches: ["master","release-v018","release-v022","release-v023","release-v026","release-v027","release-v028","release-v029"]
branches: ["master","release-v0[0-9][0-9]"]
workflow_dispatch:

permissions:
Expand All @@ -15,4 +15,6 @@ concurrency:

jobs:
go-test:
uses: pl-strflt/uci/.github/workflows/[email protected]
uses: libp2p/uci/.github/workflows/[email protected]
with:
go-versions: '["1.20.x","1.21.x"]'

0 comments on commit 8ff1895

Please sign in to comment.