ci test
[platform/core/csapi/tizenfx.git] / .github / workflows / deploy-packages.yml
1 name: "Deploy Packages"
2
3 on:
4   workflow_dispatch:
5     inputs:
6       target:
7         description: 'Target Branch to Deploy'
8         required: true
9         default: 'master'
10
11   # schedule:
12   # - cron: "0 16 * * *"
13
14 jobs:
15   test:
16     runs-on: ubuntu-latest
17     steps:
18     - name: Test
19       run: |
20         echo "${{ github.event.inputs.target }}"
21