Skip to content

Commit 8beb2bc

Browse files
committed
Simplify build-and-test workflow trigger to run on all pushes
1 parent b3face6 commit 8beb2bc

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@
1313
#
1414

1515
name: "Build and Test"
16-
on:
17-
push:
18-
branches:
19-
- "branch-*"
20-
- "main"
21-
pull_request:
22-
branches:
23-
- "branch-*"
24-
- "main"
25-
workflow_dispatch:
16+
on: [push]
2617

2718
jobs:
2819
run-tests:

0 commit comments

Comments
 (0)