Skip to content

Commit

Permalink
Merge pull request #467 from tiagosiebler/actions
Browse files Browse the repository at this point in the history
chore(): expand action triggers for e2e tests
  • Loading branch information
tiagosiebler authored Oct 18, 2024
2 parents 4d60b85 + 466f3f2 commit 47d6bce
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: 'Build & Test'

on: [push]
on:
push:
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 47d6bce

Please sign in to comment.