Skip to content

Commit

Permalink
Run CI on master pushes and all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Jan 28, 2022
1 parent ab92c84 commit ede9a1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: CI

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master, develop ]
branches:
- master
pull_request:
types: [opened, reopened]

jobs:
build:
Expand Down

0 comments on commit ede9a1b

Please sign in to comment.