Skip to content

Commit

Permalink
Merge pull request #276 from ember-cli/fix-ci-running-twice
Browse files Browse the repository at this point in the history
Prevent CI from running twice on PRs
  • Loading branch information
NullVoxPopuli authored Dec 28, 2023
2 parents 44f009f + 770bec0 commit 5a2c142
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,6 +1,11 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- main
- master
pull_request: {}

jobs:
lint:
Expand Down

0 comments on commit 5a2c142

Please sign in to comment.