Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Don't run build action on release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie committed Jun 22, 2022
1 parent 1b04c8e commit c1c3ef3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build
on: [pull_request, push]
on:
push:
tags-ignore:
- v**
pull_request:

jobs:
build:
Expand Down

0 comments on commit c1c3ef3

Please sign in to comment.