Skip to content

Commit

Permalink
Merge pull request #67 from ic123-xyz/ignore-files
Browse files Browse the repository at this point in the history
  • Loading branch information
zire authored Aug 13, 2023
2 parents 9c9768a + 9346ab5 commit 2dba505
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ name: Deploy to Staging

on:
push:
branches: [ "main" ]
branches:
- main
paths-ignore:
- 'LICENSE'
- 'README.md'
- 'canister_ids.json'
- 'cmd-change-domain'
- 'dns-setup'
- '.github/workflows/deploy-production.yml'

jobs:
build:
Expand Down

0 comments on commit 2dba505

Please sign in to comment.