Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit caf8ee5

Browse files
author
Jacob
committed
Workflow changes made to match known Wrangler2 CI/CD changes that are working for Changesets and triggering events
1 parent f63927f commit caf8ee5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name: Release
33

44
on:
5-
pull_request:
6-
branches: [master]
7-
types: [closed]
5+
push:
6+
branches:
7+
- main
88

99
jobs:
1010
documentation:
11-
if: ${{ github.event.pull_request.merged == true }}
11+
if: ${{github.repository_owner == 'cloudflare'}}
1212
name: Check Docs & Overrides
1313
runs-on: ubuntu-latest
1414
steps:

.github/workflows/typechecks.yml

-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
types:
9-
- opened
108

119
jobs:
1210
lint:
@@ -48,5 +46,4 @@ jobs:
4846
run: npm install
4947

5048
- name: Run Type Checking
51-
#TODO remove the --skipLibCheck flag at some point
5249
run: tsc

0 commit comments

Comments
 (0)