Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Avoid running CI twice on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
cpubot committed Nov 4, 2023
1 parent fec78b1 commit 8baee55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

name: ci

jobs:
Expand Down

0 comments on commit 8baee55

Please sign in to comment.