Skip to content

Commit

Permalink
Remove non-existing master branch from workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Jul 31, 2023
1 parent 79219fa commit 9a26d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable27", "stable26", "stable25"]
branches: ["main", "stable27", "stable26", "stable25"]

name: update-nextcloud-ocp-${{ matrix.branches }}

Expand Down

0 comments on commit 9a26d81

Please sign in to comment.