Skip to content

Commit

Permalink
Merge pull request #121 from RichRick1/PariserParr
Browse files Browse the repository at this point in the history
add CI to PariserParr branch
  • Loading branch information
RichRick1 authored Jun 10, 2024
2 parents 975c841 + c2bf056 commit 9d0b5be
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches:
- main
- PariserParr
pull_request:
branches: [ main ]
branches:
- main
- PariserParr

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 9d0b5be

Please sign in to comment.