Skip to content

Commit 5a2c142

Browse files
Merge pull request #276 from ember-cli/fix-ci-running-twice
Prevent CI from running twice on PRs
2 parents 44f009f + 770bec0 commit 5a2c142

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
pull_request: {}
49

510
jobs:
611
lint:

0 commit comments

Comments
 (0)