Skip to content

Commit e0cfe63

Browse files
fix: on run on PRs against main
1 parent 351d251 commit e0cfe63

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/cf-worker-example-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Run CF Worker Example App
2-
#on:
3-
# pull_request:
4-
# branches: [main]
5-
on: push
2+
on:
3+
pull_request:
4+
branches: [main]
65

76
jobs:
87
build:

0 commit comments

Comments
 (0)