mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-04-28 17:25:54 +08:00
run workflow on push and pull_request (#3252)
* run workflow on push and pull_request * try this instead
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -3,7 +3,9 @@ name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
- "master"
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user