Skip to content

Commit

Permalink
update github workflow to run for PR's on main
Browse files Browse the repository at this point in the history
  • Loading branch information
dmille56 committed Apr 4, 2024
1 parent 3f10bf4 commit 2c49453
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI
name: Eask tests

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 2c49453

Please sign in to comment.