Skip to content

Commit

Permalink
Enable test workflow on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal committed Jun 3, 2021
1 parent 93bb673 commit 563cf60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build and Test

on:
push:
branches: [ main ]
tags:
- v*
branches:
- main
pull_request:
branches: [ main ]

jobs:

build:
Expand Down

0 comments on commit 563cf60

Please sign in to comment.