mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 15:29:47 +00:00
update test.yml to validate master locally
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -1,8 +1,10 @@
|
||||
name: "Test JavaScript Action"
|
||||
name: "Test typescript-action"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'releases/*' # only run in release distribution branches
|
||||
branches:
|
||||
- master
|
||||
- 'releases/*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Reference in New Issue
Block a user