Skip to content

Commit

Permalink
Merge pull request #85 from tailscale/update-go1.22.0-actions
Browse files Browse the repository at this point in the history
[tailscale] .github/workflows: update release branch to 1.22
  • Loading branch information
awly committed Feb 7, 2024
2 parents 53aa6e5 + dcd4511 commit 66fe573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- tailscale
- 'tailscale.go1.21'
- 'tailscale.go1.22'
pull_request:
branches:
- '*'
Expand All @@ -16,7 +16,7 @@ on:
ref:
description: Branch, commit or tag to build from
required: true
default: 'tailscale.go1.21'
default: 'tailscale.go1.22'

jobs:
test:
Expand Down

0 comments on commit 66fe573

Please sign in to comment.