Skip to content

Commit bc81674

Browse files
authored
actions: update triggers. (#314)
Fix actions syntax so that checks appear in the pull request ui.
1 parent e5de454 commit bc81674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: build & test
22
on:
33
push:
4-
branches: main
4+
branches: [main]
55
pull_request:
6-
branches: main
6+
branches: [main]
77
jobs:
88
build-test:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)