Skip to content

Commit

Permalink
fix(ci): Trigger CI checks on branch push, not only on PR creation (#…
Browse files Browse the repository at this point in the history
…1143)

* fix(ci): Empty PR to trigger a new build

* fix(ci): Trigger validate check on push, not only on PR
  • Loading branch information
pixelastic committed Oct 20, 2023
1 parent f0208ba commit 9d99aa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Validate
run-name: 🤖 Validating code on ${{ github.ref_name }}

on:
pull_request:
push:
branches-ignore:
# master already has validate as part of its publish workflow
- master
# on.workflow_call is required for this workflow to be re-used
# See: https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow
workflow_call:
Expand Down

0 comments on commit 9d99aa3

Please sign in to comment.