Skip to content

Commit

Permalink
Merge branch 'main' into stage8
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Oct 16, 2023
2 parents 7829eca + 3da24f8 commit 9163374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Check format
on:
push:
branches:
- master
- main
- stage8
pull_request:
branches:
- master
- main
- stage8

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Build
on:
push:
branches:
- main
- stage8
pull_request:
branches:
- main
- stage8
schedule:
- cron: '0 0 * * 6'
Expand Down

0 comments on commit 9163374

Please sign in to comment.