Skip to content

Commit 428a84f

Browse files
run github action on pull request (#21)
1 parent a137f63 commit 428a84f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build Nautilus
22
run-name: ${{ github.actor }} builds Nautilus
3-
on: [ push ]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
410
jobs:
511
build-test:
612
runs-on: ${{matrix.os}}

.github/workflows/sanitizer.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Sanitizer Nautilus
22
run-name: ${{ github.actor }} builds Nautilus
3-
on: [ push ]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
410
jobs:
511
build-test:
612
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)