Skip to content

Commit f2839f9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: >
7575
github.actor!='dependabot[bot]' &&
7676
github.event_name!='pull_request' &&
77-
github.ref == 'ref/head/main'
77+
github.ref == 'refs/heads/main'
7878
needs:
7979
- "build-php82"
8080
runs-on: "ubuntu-24.04"

0 commit comments

Comments
 (0)