Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 26, 2024
1 parent 7e17d56 commit c496547
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: dotfiles-CI
on:
workflow_dispatch:
push:
branches: [development]
branches: [main]
pull_request:
branches: [development]
branches: [main]
schedule:
- cron: "0 5 * * 1"

concurrency:
group: ${{github.ref}}-${{github.head_ref}}-ci
Expand Down

0 comments on commit c496547

Please sign in to comment.