Skip to content

Commit

Permalink
ci: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Apr 9, 2023
1 parent 6e79653 commit f409383
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: test

concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
- 'master'
tags:
- '*'
paths-ignore:
- '**.md'
pull_request:
Expand Down

0 comments on commit f409383

Please sign in to comment.