Skip to content

Commit

Permalink
Merge branch '1.19.2' into 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Aug 19, 2023
2 parents c592891 + b6d8df0 commit 1a27420
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: "Build"

on: [ push ]
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
- "!master"

jobs:
build:
Expand Down

0 comments on commit 1a27420

Please sign in to comment.