Skip to content

Commit

Permalink
Remove temp pipeline actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vornkat-iis committed Aug 16, 2023
1 parent 0ae2e21 commit 0bf3360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: package

on:
push:
branches: ["master", "add-github-actions"]
branches: ["master", "dev"]

jobs:
package:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy static content to Pages

on:
push:
branches: ["master", "add-github-actions"]
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 0bf3360

Please sign in to comment.