Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow authored Feb 24, 2024
1 parent f323fab commit d6f3f42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and Deploy
on: [push]
# TODO: limit this flow to when we push to main
on:
push
branches:
- main
permissions:
contents: write
jobs:
Expand Down

0 comments on commit d6f3f42

Please sign in to comment.