Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into moving_kbehavior_fact…
Browse files Browse the repository at this point in the history
…ory_methods
  • Loading branch information
rcardin committed May 3, 2023
2 parents 6491bf2 + 3d3af24 commit 82717b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: kactor

on:
push:
branches: [ master ]

branches:
- '**'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
tags:
- v*
pull_request:
branches: [ main ]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 82717b4

Please sign in to comment.