Skip to content

Commit

Permalink
always run actions on master
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista committed Dec 7, 2024
1 parent 42bca6a commit ffc757f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

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

jobs:
tests:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Static analysis

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

jobs:
job:
Expand Down

0 comments on commit ffc757f

Please sign in to comment.