Skip to content

Commit

Permalink
make action run on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Feb 8, 2023
1 parent e81da4b commit c05d94b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-test-ctx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Trigger the workflow on push or pull request
on: [pull_request]
on:
pull_request:
push:
branches:
- main
env:
# Increase this value to reset cache
ISIS_CACHE_NUMBER: 34
Expand Down

0 comments on commit c05d94b

Please sign in to comment.