Skip to content

Commit

Permalink
fix(gha): set the right branch
Browse files Browse the repository at this point in the history
Otherwise it does not work at all.

[ci-skip]
  • Loading branch information
gforcada authored Oct 7, 2023
1 parent 03e7be3 commit d6fc6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versioncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Plone Versioncheck

on:
push:
branches: ["6.0"]
branches: ["6.1"]

jobs:
build:
Expand Down

0 comments on commit d6fc6da

Please sign in to comment.