mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-05 10:19:16 +00:00
Adds workflow files for testing
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# https://github.com/actions/labeler
|
||||
|
||||
name: Maintainence
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Labelling pull request
|
||||
uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{secrets.GITHUB_TOKEN}}"
|
||||
@@ -0,0 +1,11 @@
|
||||
name: Publish records
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
name: 'Publish all records'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Hello yo"
|
||||
Reference in New Issue
Block a user