Skip to content

Commit

Permalink
Update snap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomasngrokker committed Jan 24, 2025
1 parent f2f83f6 commit da770ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: snap
on: # The event that triggers the workflow
push:
[push, pull_request, workflow_dispatch] # When a commit is created or a pull request is opened:
branches:
- master # When a commit is created on master
pull_request:
branches:
- master # When a pull request is opened against master
workflow_dispatch: # Manually trigger the workflow
- master

jobs:
build:
Expand Down

0 comments on commit da770ac

Please sign in to comment.