Skip to content

Commit

Permalink
Restore conditional check for main branch in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 8, 2024
1 parent d3e172f commit a6f2d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:

release:
runs-on: ubuntu-latest
needs: devcontainer
# if: github.ref == 'refs/heads/main'
needs: rspec
if: github.ref == 'refs/heads/main'
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a6f2d86

Please sign in to comment.