Skip to content

Commit

Permalink
feat: only run CI on push, not push and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Oct 1, 2024
1 parent 69f21e0 commit 121bc13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on: [pull_request, push]
#on: [pull_request, push]
on: [push]

# Cancel a job if there's a new on on the same branch started.
# Based on https://stackoverflow.com/questions/58895283/stop-already-running-workflow-job-in-github-actions/67223051#67223051
Expand Down

0 comments on commit 121bc13

Please sign in to comment.