Skip to content

Commit

Permalink
Have workflows run
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed May 19, 2023
1 parent 681503b commit 39305e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ name: CI

on:
push:
branches: [ "master" ]
branches: [ "master", "feature/1.0.0" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "feature/1.0.0" ]

jobs:

Expand Down

0 comments on commit 39305e5

Please sign in to comment.