Skip to content

Commit

Permalink
fix: on run on PRs against main
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Oct 18, 2023
1 parent 16d47d2 commit 1e6a73b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cf-worker-example-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Run CF Worker Example App
#on:
# pull_request:
# branches: [main]
on: push
on:
pull_request:
branches: [main]

jobs:
build:
Expand Down

0 comments on commit 1e6a73b

Please sign in to comment.