Skip to content

Commit

Permalink
trigger ci on push
Browse files Browse the repository at this point in the history
  • Loading branch information
e00dan committed Jan 9, 2024
1 parent 636efe7 commit 35123da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on: workflow_dispatch
on:
push:
branches:
- 'v2'

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit 35123da

Please sign in to comment.