Skip to content

Commit

Permalink
fix Github Actions trigger (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkobayash authored Apr 17, 2024
1 parent a587ec2 commit 8b6ffbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: build

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

env:
BACKLOG_SPACE_ID: ${{ secrets.BACKLOG_SPACE_ID }}
Expand Down

0 comments on commit 8b6ffbd

Please sign in to comment.