Skip to content

Commit

Permalink
Build preview packages (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetestgame authored Nov 13, 2024
1 parent 13b9be3 commit eb4307d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Build, Test, and Publish
on:
# Run this workflow everytime a push is made to main
# to release a pre-release version of the package.
push:
branches:
- main

# Run this workflow everytime a pull request is opened to main
# to test the changes.
pull_request:
Expand Down

0 comments on commit eb4307d

Please sign in to comment.