Skip to content

Commit

Permalink
Add a ci target branch for testing
Browse files Browse the repository at this point in the history
I will revert this commit after testing.
  • Loading branch information
komainu8 committed Sep 26, 2023
1 parent 0f065e1 commit ca60fc6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- 'maintenance/**'
- enable-presym-in-windows
tags:
- '*'
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- 'maintenance/**'
- enable-presym-in-windows
tags:
- '*'
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- 'maintenance/**'
- enable-presym-in-windows
tags:
- '*'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- 'maintenance/**'
- enable-presym-in-windows
tags:
- '*'
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- 'maintenance/**'
- enable-presym-in-windows
tags:
- '*'
paths:
Expand Down

0 comments on commit ca60fc6

Please sign in to comment.