Skip to content

Commit

Permalink
When repo is tagged, not run test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 3, 2021
1 parent 12293cd commit 8c4c421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Test

on:
workflow_dispatch:
push:
Expand All @@ -6,6 +8,8 @@ on:
- 'tests/**'
- '*.nimble'
- '*.nims'
tags-ignore:
- '*'

jobs:
test:
Expand Down

0 comments on commit 8c4c421

Please sign in to comment.