mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-25 14:18:42 +00:00
Clean workflow a bit
This commit is contained in:
parent
7573a39abc
commit
7f87333405
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -2,9 +2,7 @@ name: Check app updates
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, v2, v3, v3-dev ]
|
branches: [ v3-dev, c-lightning-v3 ]
|
||||||
pull_request:
|
|
||||||
branches: [ main, v2, v3, v3-dev ]
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -15,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check for updates
|
- name: Check for updates
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user