Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Sep 30, 2024
1 parent cb592da commit 2579f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request on Branch Push
on:
push:
branches-ignore:
- master
- main
jobs:
auto-pull-request:
name: PullRequestAction
Expand All @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: ""
PULL_REQUEST_BRANCH: "master"
PULL_REQUEST_BRANCH: "main"
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test python package

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
workflow_call:

jobs:
Expand Down

0 comments on commit 2579f6e

Please sign in to comment.