Skip to content

Commit

Permalink
ci: Run CI Workflow on push to main and allow to trigger it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jul 17, 2024
1 parent fc2ffce commit 14b15f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: CI

on:
# workflow_dispatch so that it can be triggered manually if needed
workflow_dispatch:

pull_request:
branches: [ main ]
push:
branches: [ main ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
Expand Down

0 comments on commit 14b15f2

Please sign in to comment.