Skip to content

Commit

Permalink
Merge pull request #36 from milselarch/feat/user_deletion
Browse files Browse the repository at this point in the history
feat: run actions on push and pull
  • Loading branch information
milselarch authored Oct 13, 2024
2 parents 587eb0e + ae2dd0d commit a18e1b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/algo_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Core Algorithm Tests

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

jobs:
test:
Expand Down

0 comments on commit a18e1b7

Please sign in to comment.