diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-03-28 12:02:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 12:02:58 +0100 |
commit | 53d9e3fa016a6baef54cab14eccca81ef4c63eae (patch) | |
tree | 1919d7117f30022fa50d39b26e704c1eff3761b2 /.github/workflows | |
parent | 28c8a46ef9e076015ae52335e71d9dd5f5432c5e (diff) | |
parent | 72202a3af85746f7fe39f6e6a9e0b4627cad03cf (diff) | |
download | nextcloud-server-53d9e3fa016a6baef54cab14eccca81ef4c63eae.tar.gz nextcloud-server-53d9e3fa016a6baef54cab14eccca81ef4c63eae.zip |
Merge pull request #44530 from nextcloud/chore/master-is-now-30
Master is now 30
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/npm-audit-fix.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 2 | ||||
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 687c47d3dfa..2fe41891648 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["main", "master", "stable28", "stable27", "stable26"] + branches: ["main", "master", "stable29", "stable28", "stable27"] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 6fcd50c9585..8a37b19e5bd 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] + branches: ["master", "stable29", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] name: update-ca-certificate-bundle-${{ matrix.branches }} diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index a00668dff9a..4f60bf977d9 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable28", "stable27", "stable26"] + branches: ["master", "stable29", "stable28", "stable27"] name: update-psalm-baseline-${{ matrix.branches }} |