Skip to content

Commit

Permalink
Merge pull request #137 from gcomte/develop
Browse files Browse the repository at this point in the history
Merge into master to remove develop
  • Loading branch information
Gabriel Comte authored Apr 9, 2023
2 parents 6a8a8fd + f4991b2 commit 807e54f
Show file tree
Hide file tree
Showing 6 changed files with 436 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: develop
target-branch: master
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build and Test

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
schedule:
- cron: '21 4 * * *' # every day at 4:21 AM UTC

env:
CARGO_TERM_COLOR: always
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
on: [push, pull_request]
name: Static code analysis

on:
push:
branches:
- master
pull_request:
schedule:
- cron: '21 4 * * *' # every day at 4:21 AM UTC

jobs:
security-audit:
name: Security audit
Expand Down
Loading

0 comments on commit 807e54f

Please sign in to comment.