Skip to content

Commit

Permalink
Make testing.yml callable from release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 19, 2024
1 parent c07f16b commit 09d1495
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: build

on: [push, pull_request]
on:
push:
branches:
- '*'
tags-ignore:
- 'v[0-9]*'
pull_request:
workflow_call:

jobs:
unittests:
Expand Down

0 comments on commit 09d1495

Please sign in to comment.