Skip to content

Commit

Permalink
Merge branch 'dev=main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 24, 2024
2 parents e57e4c3 + 87367ff commit c7b42ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Daily Build
name: Auto Release

on:
schedule:
Expand Down Expand Up @@ -44,6 +44,9 @@ jobs:
echo "CAN_RELEASE=false" >> $env:GITHUB_ENV
}
$date = (Get-Date -Format "yyyy.MM.dd")
echo "date=$date" >> $env:GITHUB_ENV
- name: Check New Commit
shell: pwsh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish

on:
push:
branches: ["main", "dev=main"]
branches: ["main"]
pull_request:
branches: ["main"]

Expand Down

0 comments on commit c7b42ff

Please sign in to comment.