We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbeab8 commit 77db681Copy full SHA for 77db681
.github/workflows/ci.yml
@@ -13,4 +13,4 @@ jobs:
13
run: sudo apt-get install gettext
14
15
- name: Validate
16
- run: VERSION=${{ github.event.pull_request.base.ref }} MODE=dummy make all
+ run: VERSION=${{ github.event.repository.default_branch }} MODE=dummy make all
0 commit comments