Skip to content

Commit

Permalink
Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Sep 14, 2023
1 parent c70d638 commit 97cf90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
name: CI

on:
pull_request:
push:
branches:
- "develop"
- "master"
pull_request:
schedule:
- cron: "0 0 * * 0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/REUSE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
name: REUSE Compliance Check

on:
pull_request:
push:
branches:
- "develop"
- "master"
pull_request:

jobs:
reuse:
Expand Down

0 comments on commit 97cf90e

Please sign in to comment.