Skip to content

Commit

Permalink
CI: Run workflow for any push and for any pull request on any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
proski committed Apr 14, 2024
1 parent f7f5156 commit 320023c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
# Always run on push
push:
branches: [ 'release-*' ]
# Always run on pull request
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 320023c

Please sign in to comment.