Skip to content

Commit

Permalink
Changed the GitHub Actions CI workflow so that it is not run for a
Browse files Browse the repository at this point in the history
pushed tag.
  • Loading branch information
mdadams committed Feb 18, 2024
1 parent cc6a3b2 commit 3a98ca0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: ci

on: [push, pull_request]
on:
push:
branches:
- '**'
- '!mdadams-joss'
tags-ignore:
- '**'
pull_request:

jobs:
build:
Expand Down

0 comments on commit 3a98ca0

Please sign in to comment.