Skip to content

Commit

Permalink
Script
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Colenso authored and Connor Colenso committed Aug 31, 2024
1 parent 16a333b commit 6cc0b1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-on-tag.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build
name: Build on Tag

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
tags:
- 'v*' # Triggers the workflow on tags starting with 'v', e.g., 'v1.0.0'

jobs:
build:
name: Build
Expand Down

0 comments on commit 6cc0b1f

Please sign in to comment.