mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-11 16:30:37 +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:
|
||||
push:
|
||||
branches: [ main, v2, v3, v3-dev ]
|
||||
pull_request:
|
||||
branches: [ main, v2, v3, v3-dev ]
|
||||
branches: [ v3-dev, c-lightning-v3 ]
|
||||
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
|
@ -15,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Check for updates
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user