Skip to content

Commit

Permalink
Merge pull request #14 from ezod/fix-action-triggers
Browse files Browse the repository at this point in the history
Fix action triggers.
  • Loading branch information
ezod committed Jun 19, 2023
2 parents 97b32d4 + 1dad129 commit d838dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python package

on:
push:
branches: [ $default-branch ]
branches:
- main
pull_request:
branches: [ $default-branch ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d838dab

Please sign in to comment.