Skip to content

Commit 1df485b

Browse files
committed
Merge branch 'master' into ghactions-testing
2 parents 5c39ab1 + ed86997 commit 1df485b

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
name: Build and Test and Scan
44

55
# Controls when the action will run.
6-
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
8-
push:
9-
branches: [ master ]
10-
pull_request:
11-
branches: [ master ]
12-
13-
# Allows you to run this workflow manually from the Actions tab
14-
workflow_dispatch:
6+
on: [push, pull_request, workflow_dispatch]
157

168
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
179
jobs:

0 commit comments

Comments
 (0)