Skip to content

Commit

Permalink
Update remove.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Sep 22, 2024
1 parent 19bcf36 commit 5e33dda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/remove.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Delete st.ps1 on Push
on:
push:
branches:
- main # Change this if you want to target other branches
- main # Change this if needed

permissions:
contents: write # Ensure GITHUB_TOKEN has write permissions

jobs:
delete_file:
Expand Down

0 comments on commit 5e33dda

Please sign in to comment.