Skip to content

Commit

Permalink
Adds push clause to basic CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcezarms committed Sep 5, 2024
1 parent 5f7acbd commit 24f6943
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/basic-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit 24f6943

Please sign in to comment.