Skip to content

Commit

Permalink
Call CI on any pull request and workflow dispatch (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikowski authored Feb 21, 2024
1 parent fe9ce27 commit dd9c921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches: ['**']
tags: [v*]
pull_request:
workflow_dispatch:

jobs:
ci:
Expand Down Expand Up @@ -265,4 +267,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'main'
branch: 'main'

0 comments on commit dd9c921

Please sign in to comment.