Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Jun 13, 2023
1 parent 1b8d29e commit 6b96c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
# events but only for the master branch
on:
push:
branches: [ '*' ]
branches: [ 'master', 'develop' ]
pull_request:
branches: [ '*' ]
branches: [ 'master' ]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 6b96c6a

Please sign in to comment.