Skip to content

Commit

Permalink
Update and rename main.yml to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peruibeloko authored Jun 30, 2024
1 parent e363588 commit 7ed1d64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 29 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build and Deploy

on:
push:
branches: [main]
workflow_dispatch:

permissions:
contents: write

jobs:
imported:
uses: peruibeloko/shared/.github/workflows/vue.yml@main
29 changes: 0 additions & 29 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 7ed1d64

Please sign in to comment.