Skip to content

Commit

Permalink
yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
giozu committed Aug 26, 2024
1 parent 5cf2523 commit 4561256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "doc/code_rewriting" ]
branches: [ "main" ]
pull_request:
branches: [ "doc/code_rewriting" ]
branches: [ "main" ]
schedule:
- cron: '29 23 * * 6'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Python application test

on:
push:
branches: [ "doc/code_rewriting" ]
branches: [ "main" ]
pull_request:
branches: [ "doc/code_rewriting" ]
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit 4561256

Please sign in to comment.