Skip to content

Commit

Permalink
Merge branch '1.19.3' into 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Aug 19, 2023
2 parents 0d37be1 + 1a27420 commit 465bca5
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 465bca5

Please sign in to comment.