Skip to content

Commit

Permalink
Added branch main to events push and PR
Browse files Browse the repository at this point in the history
Signed-off-by: ViNN280801 <vladislav_semykin01@mail.ru>
  • Loading branch information
ViNN280801 committed Nov 7, 2024
1 parent 40fd48e commit ecf9a3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dco.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: DCO Check

on:
push:
branches: [main, develop]
pull_request:
branches: [develop]
branches: [main, develop]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_cpp_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run Cpp Tests without CUDA

on:
push:
branches: [develop]
branches: [main, develop]
pull_request:
branches: [develop]
branches: [main, develop]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ecf9a3d

Please sign in to comment.