Skip to content

Commit

Permalink
Run tests on PR/push
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Aug 1, 2023
1 parent 1c4d3df commit e17615d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: test

on: workflow_dispatch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit e17615d

Please sign in to comment.