Skip to content

Commit

Permalink
Run tests for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 7, 2023
1 parent e002dcf commit bcdfbaf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: Tests

on: [push, pull_request]
on:
push:
branches:
- master
- release/**
pull_request:

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: Tests
runs-on: ubuntu-latest
# For now, we know this will fail, so we allow failures
continue-on-error: true
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit bcdfbaf

Please sign in to comment.