Skip to content

Commit

Permalink
Merge branch 'main' into SNOW-1692380-release-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pbulawa authored Oct 7, 2024
2 parents d87fd3b + 52a326e commit 33cdb9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Build and Test
on:
push:
branches:
- master
- main
tags:
- v*
pull_request:
branches:
- master
- main
- prep-**
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Style
on:
pull_request:
branches:
- master
- main
jobs:
check-style:
name: Check Style
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: snyk-pr
on:
pull_request:
branches:
- master
- main

permissions:
contents: read
Expand Down

0 comments on commit 33cdb9c

Please sign in to comment.