Skip to content

Commit

Permalink
Configure build and test to ignore tags
Browse files Browse the repository at this point in the history
Add ignore setting for tags.
  • Loading branch information
HeavyWombat committed Feb 17, 2021
1 parent 4ed2581 commit d54f768
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
name: Build and Tests

on: [push, pull_request]
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit d54f768

Please sign in to comment.