Skip to content

Commit

Permalink
Do not run CI on Emacs master (#125)
Browse files Browse the repository at this point in the history
* Do not run CI on Emacs master

* Don't duplicate checks
  • Loading branch information
raxod502 authored Sep 10, 2022
1 parent 9b32106 commit 63d27a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI
on: [push, pull_request]
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version: [25, 26, 27, "master"]
emacs_version: [25, 26, 27, 28]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 63d27a0

Please sign in to comment.