Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Aug 15, 2024
1 parent 1e34065 commit 297bcb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
workflow_dispatch:
push:
pull_request:
# pull_request:
# schedule: [cron: "40 1 * * *"]

permissions:
Expand All @@ -15,7 +15,7 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' }}

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

0 comments on commit 297bcb2

Please sign in to comment.