Skip to content

Commit

Permalink
Standardize GitHub workflows better.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed May 20, 2024
1 parent b398da2 commit 689da02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish
name: "Publish"

on:
workflow_dispatch: # Manual trigger
push:
tags:
- v**
- "v*"

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Test
name: "Test"

on: [push, pull_request]

jobs:
Expand Down

0 comments on commit 689da02

Please sign in to comment.