Skip to content

Commit ee0a2b9

Browse files
authored
Typo in github.ref check
1 parent f2839f9 commit ee0a2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-php72-apache2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: >
6767
github.actor!='dependabot[bot]' &&
6868
github.event_name!='pull_request' &&
69-
github.ref == 'ref/head/main'
69+
github.ref == 'refs/heads/main'
7070
needs:
7171
- "build-php72"
7272
runs-on: "ubuntu-24.04"

0 commit comments

Comments
 (0)