Skip to content

Commit f45511c

Browse files
committed
rest
1 parent eed4538 commit f45511c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify-bundled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Verify Bundled
22

33
on:
4+
push:
5+
pull_request:
46
schedule:
57
# every week
68
- cron: "0 0 * * 0"
7-
push:
8-
pull_request:
99
workflow_dispatch: ~
1010

1111
permissions:
@@ -35,5 +35,5 @@ jobs:
3535
run: |
3636
cd ext/opcache/jit/ir
3737
rm -r .git .github/workflows bench examples tests tools TODO ir.g ir_cpuinfo.c ir_emit_c.c ir_emit_llvm.c ir_load.c ir_load_llvm.c ir_main.c ir_mem2ssa.c
38-
git reset README.md
38+
git restore README.md
3939
git add . -N && git diff -a --exit-code .

0 commit comments

Comments
 (0)