branch names in *.yml

This commit is contained in:
Quinn Dougherty 2022-04-11 17:41:40 -04:00
parent af3cab01bc
commit a498ed4611
4 changed files with 13 additions and 2 deletions

8
.github/CODEOWNERS vendored
View File

@ -8,13 +8,17 @@
# IMPORTANT NOTE: in order to actually get pinged, commit access is required.
# This also holds true for GitHub teams.
# Any rescript code
# Rescript
*.res @Hazelfire @OAGr @quinn-dougherty
*.resi @Hazelfire @OAGr @quinn-dougherty
# Any typescript code
# Typescript
*.tsx @Hazelfire @OAGr
*.ts @Hazelfire @OAGr
# Javascript
*.js @Hazelfire
# Any opsy files
.github/* @quinn-dougherty
*.json @quinn-dougherty @Hazelfire

View File

@ -4,7 +4,9 @@ on:
pull_request:
branches:
- master
- production
- staging
- develop
jobs:

View File

@ -15,12 +15,16 @@ on:
push:
branches:
- master
- production
- staging
- develop
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- production
- staging
- develop
schedule:
- cron: '42 19 * * 0'

View File

@ -12,6 +12,7 @@
"test:watch": "jest --watchAll",
"coverage": "rm -f *.coverage; yarn clean; BISECT_ENABLE=yes yarn build; yarn test; bisect-ppx-report html",
"lint": "./lint.sh",
"format": "rescript format -all",
"all": "yarn build && yarn bundle && yarn test"
},
"keywords": [