fix: simplify the trigger of the CI
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
name: Build project
|
name: Build project
|
||||||
|
|
||||||
on:
|
# run automatically when a push or pull request is triggered
|
||||||
push:
|
on: [push, pull_request]
|
||||||
branches:
|
|
||||||
- '**'
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user