Skip to content

Commit

Permalink
Make CI run on all push/pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegma committed Apr 3, 2023
1 parent abb987e commit 314ba01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pythonci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Python CI

on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
on: [push, pull_request]

jobs:
backend:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/webapp_ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Webapp CI

on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
on: [push, pull_request]

jobs:
frontend:
Expand Down

0 comments on commit 314ba01

Please sign in to comment.