Skip to content

Commit

Permalink
Update the CI/CD trigger (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Apr 24, 2024
1 parent b8bd5f2 commit db36554
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test, Build, and Publish

on: [push]
on:
push:
branches: [ "main" ]
tags: [ "v*" ]
pull_request:
branches: [ "main" ]

concurrency:
# https://stackoverflow.com/a/72408109
Expand Down

0 comments on commit db36554

Please sign in to comment.