Skip to content

Commit

Permalink
Merge pull request #6 from exbotanical/ci-on-prs
Browse files Browse the repository at this point in the history
build: enable ci workflow on pull requests
  • Loading branch information
exbotanical committed May 29, 2023
2 parents bb9396e + 34c43e0 commit 086cd95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
on: [push]
name: Continuous Integration Workflow

on:
push:
branches:
- master

pull_request:
branches:
- master

jobs:
test_job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Documentation Site Deployment Workflow
on:
workflow_dispatch: {}
push:
Expand Down

0 comments on commit 086cd95

Please sign in to comment.