Skip to content

Commit 3a98ca0

Browse files
committed
Changed the GitHub Actions CI workflow so that it is not run for a
pushed tag.
1 parent cc6a3b2 commit 3a98ca0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: ci
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
- '!mdadams-joss'
8+
tags-ignore:
9+
- '**'
10+
pull_request:
411

512
jobs:
613
build:

0 commit comments

Comments
 (0)