Skip to content

Commit

Permalink
ci(local): add local test to PRs and push
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed May 14, 2022
1 parent 4c1163e commit 737cc7e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test_local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Test Local
on: [workflow_dispatch]

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 737cc7e

Please sign in to comment.