aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/update.yml
blob: 848bedbc1bd8e4d41c7540cc8ca446e97e29c7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: test

on:
  push:
    branches:
    tags: 
      - test.update*

jobs:
  job1:
    runs-on: ubuntu-latest
    steps:
      - name: test
        run: which jq