Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Dec 28, 2021
1 parent 69db692 commit ec7aaa5
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,11 @@ name: "Build"

on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
branches: [master]
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
branches: [master]
workflow_dispatch:
branches:
- master
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
branches: [master]

jobs:
build:
Expand Down

0 comments on commit ec7aaa5

Please sign in to comment.