Skip to content

Commit

Permalink
fix workflow trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jan 31, 2024
1 parent da55c3e commit 67527f0
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,5 +1,9 @@
name: test
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
e2e-test:
Expand Down

0 comments on commit 67527f0

Please sign in to comment.