diff options
| -rw-r--r-- | .github/workflows/update.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml new file mode 100644 index 0000000..848bedb --- /dev/null +++ b/.github/workflows/update.yml | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | name: test | ||
| 2 | |||
| 3 | on: | ||
| 4 | push: | ||
| 5 | branches: | ||
| 6 | tags: | ||
| 7 | - test.update* | ||
| 8 | |||
| 9 | jobs: | ||
| 10 | job1: | ||
| 11 | runs-on: ubuntu-latest | ||
| 12 | steps: | ||
| 13 | - name: test | ||
| 14 | run: which jq | ||