Skip to content

Commit

Permalink
flip siwtch back to deploy only on main
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goodfellow <[email protected]>
  • Loading branch information
rcgoodfellow committed Nov 14, 2024
1 parent f1049b7 commit c42bfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asciidoc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
deploy:
needs: build
#if: github.repository == 'p4lang/p4-spec' && github.ref_name == 'main'
if: github.repository == 'p4lang/p4-spec' && github.ref_name == 'main'
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c42bfd6

Please sign in to comment.