Skip to content

Commit

Permalink
Build on push to feature branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
pslocum committed Oct 24, 2024
1 parent 2356f3e commit 8d90131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, Test, and Publish
on:
pull_request:
push:
branches: [main, develop]
branches: [main, develop, feature/context]
tags: ['*']
workflow_dispatch:

Expand Down Expand Up @@ -137,4 +137,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}


0 comments on commit 8d90131

Please sign in to comment.