mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
🔧 Add deploy plugin packages workflow placeholder and wrangle config files
This commit is contained in:
11
.github/workflows/plugins-deploy-package.yml
vendored
Normal file
11
.github/workflows/plugins-deploy-package.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Plugins/package deployer
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
print_text_job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print Hello World
|
||||
run: echo "Hello, World!"
|
||||
11
.github/workflows/plugins-deploy-packages.yml
vendored
Normal file
11
.github/workflows/plugins-deploy-packages.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Plugins/packages deployer
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
print_text_job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print Hello World
|
||||
run: echo "Hello, World!"
|
||||
Reference in New Issue
Block a user