Skip to content

Commit

Permalink
Run CI on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoelho93 committed Feb 14, 2024
1 parent 28edb06 commit d0dcba9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: ci
on:
push:
branches:
- main
on: push
permissions:
contents: write
jobs:
Expand All @@ -14,6 +11,7 @@ jobs:
- name: Check Links
uses: byrnereese/github-action-mkdocs-link-check@v1
deploy:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d0dcba9

Please sign in to comment.