Skip to content

Commit

Permalink
chore: Update GitHub workflows to only run on main branch for push an…
Browse files Browse the repository at this point in the history
…d pull request events
  • Loading branch information
hectorAguero committed May 8, 2024
1 parent 4671998 commit 7a3ac7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Run Tests
on: [push, workflow_dispatch]
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
drive:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a3ac7e

Please sign in to comment.