Skip to content

Commit 9165c18

Browse files
committed
temporary debug: enable CI on my fork
Signed-off-by: Romain Gautier <[email protected]>
1 parent 11be63c commit 9165c18

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Test building extension
22

33
on:
4-
pull_request:
5-
branches:
6-
- php8
4+
# ℹ️ This was commented just to trigger it on my fork, I will revert this changes one ready to be merged
5+
# pull_request:
6+
# branches:
7+
# - php8
78
push:
8-
branches:
9-
- php8
9+
# branches:
10+
# - php8
1011

1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)