Skip to content

Commit

Permalink
corrected branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnStrasser committed Aug 28, 2024
1 parent cfa9e17 commit f92ed5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python Tests and Publish

on:
push:
branches: [ atspm-aggregation ]
branches: [ atspm-package ]
pull_request:
branches: [ atspm-aggregation ]
branches: [ atspm-package ]
release:
types: [created]
workflow_dispatch:
Expand Down Expand Up @@ -45,8 +45,9 @@ jobs:
if: ${{ always() }}

publish:
needs: test
runs-on: ubuntu-latest
if: github.event_name == 'release'
if: github.event_name == 'release' && success()

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f92ed5e

Please sign in to comment.