Skip to content

Commit

Permalink
fix: ci branch target (#13)
Browse files Browse the repository at this point in the history
* fix: ci branch target

* remove triggers
  • Loading branch information
rkrasiuk committed May 17, 2024
1 parent c952684 commit 25e897f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]

permissions:
contents: read
Expand Down

0 comments on commit 25e897f

Please sign in to comment.