Skip to content

Commit

Permalink
fix(ci): Point to correct branch, don't run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 18, 2023
1 parent 206ae04 commit 8efebfc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: Test Actions
on:
pull_request:
branches:
- master
paths-ignore:
- '**.md'
- '**.txt'
push:
branches:
- master
- main
paths-ignore:
- '**.md'
- '**.txt'
Expand All @@ -19,7 +13,7 @@ env:

jobs:
push-ghcr:
name: Build and push image
name: Test
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down

0 comments on commit 8efebfc

Please sign in to comment.