Skip to content

Commit

Permalink
Update Github workflow trigger (#1453)
Browse files Browse the repository at this point in the history
Run workflow when pushing to the main branch and when opening a PR against the main branch.
  • Loading branch information
big-r81 committed Jun 3, 2024
1 parent a293226 commit 8d753ac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: [ push ]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-unit-tests:
name: Run unit tests
Expand Down

0 comments on commit 8d753ac

Please sign in to comment.