Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #209 from vaporos/014-github-action
Browse files Browse the repository at this point in the history
Run merge github action on push of main and workflow_dispatch
  • Loading branch information
vaporos committed Jul 28, 2023
2 parents 76dbfd4 + 2d97032 commit 483bc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Merge

on:
push:
schedule:
- cron: "30 8 * * *"
branches: [ main ]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 483bc95

Please sign in to comment.