Skip to content

Commit

Permalink
[github] lint and build on PR once (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Sara Vieira <[email protected]>
  • Loading branch information
pducolin and SaraVieira authored Sep 10, 2024
1 parent 03a08ea commit dd9e62f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:


jobs:
build:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Lint

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:


jobs:
build:
Expand Down

0 comments on commit dd9e62f

Please sign in to comment.