Skip to content

Commit

Permalink
Have the head build ignore all tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adirelle committed Jan 25, 2022
1 parent 1a24ba3 commit 211a819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- '**'
tags-ignore:
- '*.*'
- '*'
pull_request:
branches:
- '**'
tags-ignore:
- '*.*'
- '*'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 211a819

Please sign in to comment.