Skip to content

Commit

Permalink
only on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
paymog committed May 30, 2024
1 parent 25715ee commit 4254306
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Example Workflow

on: [push, pull_request]
on:
push:
branches:
- main

jobs:
deploy-subgraph:
Expand Down

0 comments on commit 4254306

Please sign in to comment.