Revert "Also trigger builds on tag push."

This reverts commit 17076778f1.
internals
Eric Mellino 2 years ago
parent 908d5b5131
commit 394a7abe65
  1. 1
      .github/workflows/build.yml

@ -2,7 +2,6 @@ name: CI
on:
create: # when tags are created
push:
tags: 'v*'
branches: [ master ]
pull_request:
branches: [ master ]

Loading…
Cancel
Save