Skip to content

Commit

Permalink
chore: update gh actions workflows for new branching strategy (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored Dec 11, 2024
1 parent b4508db commit 3a62f9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Lockfile Version check
on:
push:
branches:
- master
- next
- release-*
pull_request:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Release CI
on:
push:
branches:
- master
- next
- release-*
jobs:
release:
name: Release
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/sync-master-alpha.yml

This file was deleted.

0 comments on commit 3a62f9e

Please sign in to comment.