Skip to content

Commit

Permalink
GHA: don't run CI tests for 'push' events on tags (#4664)
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jun 22, 2021
1 parent dcad90a commit a068f1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
@@ -1,4 +1,4 @@
node >= 10
node >= 12
last 2 Chrome versions
last 2 Edge versions
last 2 Firefox versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-runs.yml
Expand Up @@ -5,7 +5,7 @@ on:
days:
description: 'Number of days'
required: true
default: 120
default: 180

jobs:
del_runs:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/mocha.yml
@@ -1,6 +1,10 @@
name: Tests
'on':
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
types:
- opened
Expand Down

0 comments on commit a068f1c

Please sign in to comment.