Skip to content

Commit 87112f4

Browse files
committed
ci/cd: trigger on all push events
Updated the workflow to trigger on all push events and not pull request events so that push events on branches by the generate workflow will trigger CI/CD and not hang the pull request for review. Related to #292.
1 parent bc81674 commit 87112f4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: build & test
22
on:
33
push:
4-
branches: [main]
5-
pull_request:
6-
branches: [main]
74
jobs:
85
build-test:
96
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)