Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarbibe authored Jun 28, 2024
1 parent f5014bb commit e87be74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
push:
branches:
- main

jobs:
deploy_timeaxis:
uses: samuelarbibe/dnd-timeline/.github/workflows/deploy.yml@main
secrets:
projectId: ${{ secrets.VERCEL_PROJECT_ID_TIMEAXIS }}

0 comments on commit e87be74

Please sign in to comment.