diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd6a82a..bd21a48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |