Skip to content

Commit

Permalink
Update zip_scripts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrimes authored Dec 11, 2023
1 parent 9484df8 commit ea1a102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
commit:
branches: [ "ggrimes-patch-2" ]
pull_request:
branches: [ "main" ]
branches: [ "ggrimes-patch-2" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit ea1a102

Please sign in to comment.