Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed May 29, 2024
1 parent 5cb970a commit 0a62dbb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Continuous Integration
on:
push:
branches:
- master
- main

pull_request:
branches:
- master
- main

jobs:
lint:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
# this comment and the last line in the conditional below.
# If you do not wish to use GitHub Pages for deploying documentation, then
# simply delete this job similarly to the coverage one.
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
&& github.event_name == 'push'
&& github.repository_owner == '<name>'
&& false
Expand All @@ -151,9 +151,6 @@ jobs:
- uses: actions/setup-python@v2
with: { python-version: "3.8" }

- name: Install m.css dependencies
run: pip3 install jinja2 Pygments

- name: Install Doxygen
run: sudo apt-get update -q
&& sudo apt-get install doxygen -q -y
Expand Down

0 comments on commit 0a62dbb

Please sign in to comment.