Skip to content

Commit

Permalink
Test run build on pushing tags
Browse files Browse the repository at this point in the history
Commit 14b22b2 added creating a release
on new tags, but the `build` job filter has no trigger on pushed tags.
  • Loading branch information
aristotelos committed Apr 2, 2024
1 parent db3fb29 commit 71a5ceb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit 71a5ceb

Please sign in to comment.