Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
build only main branch
  • Loading branch information
mitagmio authored Oct 29, 2023
1 parent 9771f63 commit 8f8a2d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/[email protected]
Expand Down

0 comments on commit 8f8a2d7

Please sign in to comment.