Skip to content

Commit

Permalink
expand workflow use on every branch and pr (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole authored Jan 6, 2024
1 parent 6ecaa05 commit 1c460ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test-e2e
on: [push]
on: [push, pull_request]
jobs:
build:
name: Test-e2e
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
---
name: Lint Code Base

on:
push:
branches-ignore: [master, main]
# Main branch should be protected
pull_request:
branches: [master, main]
on: [push, pull_request]
jobs:
build:
name: Lint Code Base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test
on: [push]
on: [push, pull_request]
jobs:
build:
name: Test
Expand Down

0 comments on commit 1c460ca

Please sign in to comment.