Skip to content

Commit

Permalink
fix(ci): place explicit branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Feb 7, 2024
1 parent 329d05b commit 5beac25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ concurrency:
on:
pull_request:
branches:
- $default-branch
- master
push:
branches:
- $default-branch
- master
tags:
- "v*"
schedule:
Expand Down

0 comments on commit 5beac25

Please sign in to comment.