Skip to content

Commit

Permalink
add tags to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Apr 18, 2021
1 parent 7144261 commit 306659a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI
on:
push:
branches:
- master
branches: [master]
tags: ["*"]
pull_request:
branches:
- master
branches: [master]
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit 306659a

Please sign in to comment.