Skip to content

Commit

Permalink
ignore tags from regular build
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Sep 5, 2022
1 parent 812d7f7 commit cceaae2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
@@ -1,6 +1,9 @@
name: Build and Test

on: [ push ]
on:
push:
tags-ignore:
- '**'

jobs:
build:
Expand Down

0 comments on commit cceaae2

Please sign in to comment.