mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 19:11:34 +08:00
chore: enable actions for push to master
This commit is contained in:
6
.github/workflows/linting.yml
vendored
6
.github/workflows/linting.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Code Quality Checks
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
|
||||
6
.github/workflows/tests_e2e.yml
vendored
6
.github/workflows/tests_e2e.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Testing E2E
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request
|
||||
|
||||
jobs:
|
||||
# ------------------
|
||||
|
||||
Reference in New Issue
Block a user