Skip to content

Commit

Permalink
Update main branch name in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Mar 25, 2024
1 parent 1c856ad commit 7658364
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

name: ci

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

name: ci

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
on:
push:
branches:
- master
- main
tags:
- 'v*'
pull_request:
branches:
- master
- main

name: ci

Expand Down

0 comments on commit 7658364

Please sign in to comment.