Skip to content

Commit

Permalink
change branch rules in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Dec 20, 2023
1 parent ef81284 commit ad12223
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI
on:
push:
pull_request:
branches:
- master
pull_request:
types: [opened]

- feat/**
jobs:
master:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad12223

Please sign in to comment.