Skip to content

Commit

Permalink
feat: run push event on master branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed May 21, 2024
1 parent 96d64bf commit 54c6b48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CI Tests

on:
- pull_request
- push
pull_request:
push:
branches:
- master

env:
CI: true
Expand Down

0 comments on commit 54c6b48

Please sign in to comment.