Fern Github action update (#1876)

This commit is contained in:
Suchintan
2025-03-04 00:25:21 -05:00
committed by GitHub
parent 284576d040
commit 618070840f

View File

@@ -8,7 +8,7 @@ on:
jobs:
run:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
if: ${{ github.event_name == 'push' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4