Don't run actions twice on PRs

This commit is contained in:
David Heinemeier Hansson
2023-05-02 14:41:18 +02:00
committed by GitHub
parent 1e8edc25e2
commit 787ef96639

View File

@@ -1,5 +1,9 @@
name: CI name: CI
on: [push, pull_request] on:
push:
branches:
- main
pull_request:
jobs: jobs:
tests: tests:
strategy: strategy: