Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 authored Nov 14, 2024
1 parent fc5e61a commit cdac2c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Deploy"

on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- ".github/workflows/deploy.yml"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

Expand Down

0 comments on commit cdac2c6

Please sign in to comment.