Skip to content

Commit

Permalink
update from master to rel/v2 branch (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
kllysng authored Mar 15, 2024
1 parent fc5d24a commit ca6077c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch: # Allows manual triggering of workflow
push:
branches:
- master
- rel/v2

permissions:
# Deployments permission to deploy GitHub pages website
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: "CodeQL"
on:
push:
branches:
- master
- rel/v2
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- master
- rel/v2

jobs:
analyse:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Build and run Id Web tests
on:
push:
branches:
- master
- rel/v2
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- master
- rel/v2

jobs:
build:
Expand Down

0 comments on commit ca6077c

Please sign in to comment.