Skip to content

Commit

Permalink
build: rename deploy workflow (#7260)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored May 3, 2024
1 parent 2f5225b commit 7164ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Push
name: Deploy

on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 7164ff7

Please sign in to comment.