Skip to content

Commit

Permalink
ci: updating CI pipeline to only run on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fscc-jamesd committed Sep 3, 2021
1 parent 0a4b0f2 commit 4eb6a8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: ci

on: [push]

on:
push:
tags:
- v*
jobs:
build-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4eb6a8f

Please sign in to comment.