diff --git a/.github/workflows/test_and_publish.yaml b/.github/workflows/test_and_publish.yaml index ebb1a218..470895fc 100644 --- a/.github/workflows/test_and_publish.yaml +++ b/.github/workflows/test_and_publish.yaml @@ -3,7 +3,7 @@ name: Build, Test, and Publish on: pull_request: push: - branches: [main, develop] + branches: [main, develop, feature/context] tags: ['*'] workflow_dispatch: @@ -137,4 +137,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }} - \ No newline at end of file +