Skip to content

Commit 962e33b

Browse files
fh1chtimowolf
authored andcommitted
ci(github-actions): also build default branch
1 parent 8a984f1 commit 962e33b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build, Test, and Deploy
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
49
jobs:
510
build:
611
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)